.block-timeline .bakcground-timeline {
  background-color: #F6F6F6;
  padding: 1em;
  margin-right: 32px;
  border-radius: 16px;
}
.block-timeline .title-timeline{
  color: #0B242D;
  margin: 0;
  margin-bottom: 16px;
}
.block-timeline .history-timeline p:first-child{
  color: #3C5057;
  margin-bottom: 16px;
}
.block-timeline .history-timeline p:nth-child(2), 
.block-timeline .history-timeline p:nth-child(3){
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #3C5057;
}
.block-timeline .history-timeline p:nth-child(3) {
  margin-bottom: 48px;
}
.block-timeline .btn-blue.only-dektop {
  display: none;
}
.block-timeline .title-year {
  margin: 0;
  margin-bottom: 16px;
  color: #0B242D;
}
.block-timeline .description-card {
  color: #3C5057;
  margin: 0 ;
}

/* .block-timeline .cards-timeline {
margin-bottom: 81px;
} */

.block-timeline .md-btn a.cta_button {
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1.25px;
}

.block-timeline .img-card img {
  border-radius: 8px;
}



@media (min-width: 992px) {
  .block-timeline .bakcground-timeline:nth-child(2) {
    margin-top: 275px !important;  
  }
  .block-timeline .bakcground-timeline {
    max-width: 47.2% !important;
  }
} 
@media(min-width: 1200px){ 

  .block-timeline .bakcground-timeline {
    max-width: 47.8%;
    padding: 2em;
  }
  .block-timeline .bakcground-timeline:nth-child(2) {
    margin-top: 300px;
  }
  .block-timeline  .h4{
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -0.5px;
  }
  .block-timeline .bakcground-timeline {
    max-width: 47.8% !important;
  }
}

@media(min-width: 1400px){ 
  .block-timeline .bakcground-timeline {
    max-width: 47.85% !important;
  }
}

@media (max-width: 767.98px) {
  .block-timeline .btn-blue.only-mobile{
    margin-top: 81px;
  } 
  .block-timeline .cards-timeline {
    background-image: url("https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/images-leader/Pattern(2).svg");
    /*background-size: 100% 90%;*/
    background-repeat: no-repeat;
    background-position: right center;
  }
  .block-timeline .img-card img {
    display: none;
  }
  .block-timeline .md-btn a.cta_button {
    padding: 15px 0 !important;
    width: 100%;
    text-align: center;
  }
  .block-timeline {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

@media (min-width: 768px){
  .block-timeline .cards-timeline {
    scrollbar-width: thin;
  }

  .block-timeline .cards-timeline::-webkit-scrollbar {
    width: 0.3em;
  }

  .block-timeline .cards-timeline::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  .block-timeline .cards-timeline::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }
  .block-timeline .only-mobile {
    display: none;
  }
  .block-timeline .only-dektop {
    display: block !important;
  }
  .block-timeline {
    display: flex;
    max-width: 1312px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 16px;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
  }
  
  .block-timeline::after {
    content: " ";
    position: absolute;
    bottom: -1rem;
    right: 9rem;
    z-index: 1;
    height: 50%;
    width: 50%;
    background: url("https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/images-leader/Pattern(3).svg") no-repeat;
    background-size: cover;
    /*     mix-blend-mode: soft-light; */
  }
  
  .block-timeline .cards-timeline {
    /*     background-image: url("https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/images-leader/Pattern(3).svg");
    background-size: 452px 460px;
    background-repeat: no-repeat;
    background-position: right top; */
    overflow: auto;
    height: 776px;
    width: 60%;
    position: relative;
    z-index: 2;
    background: #fff;
  }

  .block-timeline .bakcground-timeline {
    max-width: 46.2%;
    margin-bottom: 32px;
    float: left;
    clear: left;
  }
  .block-timeline .bakcground-timeline:nth-child(even){
    margin-right: 0px;
    float: right;
    clear: right;
  }
  .block-timeline .bakcground-timeline:nth-child(2){
    margin-top: 380px;
  }

  .block-timeline .content-timeline {
    width: 35%;
  }

  .block-timeline .content-timeline > div {
    max-width: 416px;
  }

  .block-timeline .cards-timeline {
    max-width: 752px;
  }

  .block-timeline .img-card.image-small {
    border-radius: 8px;
    height: 80px;
    max-height: 80px;
    overflow: hidden;
    max-width: 80px;
    width: 80px:
  }

  .block-timeline .img-card.image-large {
    border-radius: 8px;
    height: 150px;
    max-height: 150px !important;
    overflow: hidden;
    width: 100%:
  }

  .block-timeline .img-card img {
    height: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    width: auto;
  }

  .block-timeline .md-btn a.cta_button {
    width: 244px;
    padding: 15px 0 !important;
  }
}


