
.cover-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



#history::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #006580;
}

@media screen and (max-width: 768px) {
  #history::after {
    opacity: 0;
  }
}

.history-timeline .row {
  position: relative;
  margin-left: -45px;
  margin-right: -45px;
}




.history-timeline .row:not(:last-child) {
  margin-bottom: 45px;
}

.history-timeline .row > * {
  padding-left: 45px;
  padding-right: 45px;
}

.history-timeline .row::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #006580;
  z-index: 2;
}

.history-timeline .texts .date {
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 20px;
  color: #0072C6;
}



.history-timeline .row > * {
  padding-left: 45px;
  padding-right: 45px;
}



.history-timeline .texts .date {
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 20px;
  color: #006580;
}

.history-timeline .image {
  padding-bottom: 60%;
}





.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}



.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,


.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}



  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }



  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }