#about-stats {
  padding: 6.25rem 12.5px;
}
.additional-image{
    display: hidden;
 }
.banner-two-column-wrapper.fp-section .fp-overflow{
  overflow-x: hidden;
}
body .body-wrapper.pageScroll__off .banner-two-column-wrapper{
  height: auto!important;
}
.banner-two-column{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.banner-two-column--full{
  width: 100%;
}
.banner-two-column .col-imgs{
  width: 46%;
}
.banner-two-column .col-content{
  width: 45%;
  padding-left: 60px;
}
.col-imgs-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
}
.col-imgs-wrap .col-img{
  width: calc(50% - 8px);
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: end;
}
.col-imgs-wrap .col-img.col-img--full{
  width: 100%;
}
.col-img--full img{
  max-width: 100%;
}
.col-imgs-wrap .img-item{
  font-size: 0;
  display: flex;
  width: 100%;  
}
.col-imgs-wrap .img-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.botom-stats-flex-wrap{
  background: #FEFFFF;
  box-shadow: 3px 1px 3px 0px rgba(51, 51, 51, 0.10), 0px 6px 12px 0px rgba(51, 51, 51, 0.08);
  border-radius: 10px;
  padding: 47px 40px;
  width: 88%;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: -80px;
}
.col-stat{
  display: flex;
  align-items: center;
}
.col-stat-1{
  width: 25%;  
}
.col-stat-2{
  width: 50%;  
}
.col-stat div:first-child{
  color: #288ECA;
  font-size: 70px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-right: 25px;
  width: 110px;
  margin-right: 25px;
}
.col-stat div:last-child{
  color: #00325D;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}
.col-stat.col-stat-3 div:first-child{
  color: #00325D;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  top: 2px;
  width: 100%;
}
.col-stat div:first-child span{
  position: absolute;
  top: 0;
}
.col-stat.col-stat-3 div:last-child{
  font-size: 36px;
  font-weight: 600;
  color: #288ECA;
  text-transform: uppercase;
  width: 100%;
}
.col-content{
  padding-top: 20px;
}
.col-content .tagline{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 15px;
}
.col-stat.col-stat-2{
  width: 45%;
  border-left: 1px solid rgba(40,142,202, .5);
  border-right: 1px solid rgba(40,142,202, .5);
  padding: 0 35px;
  margin: 0 35px;
}
.col-stat.col-stat-3{
  width: 25%;
  flex-wrap: wrap;
}
.col-stat.col-stat-3 > div{
  width: 100%;
}
.col-img .img-item{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*   filter: drop-shadow(3px 4px 4px rgba(0,0,0,.18)); */
  box-shadow: 0 1px 3px rgba(0,0,0,.1), 0 6px 12px rgba(0,0,0,.08);
}
.col-img .img-item .img-inner{
  /*   filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25)); */
  width: 100%;
  box-shadow: 0 6px 12px rgba(0,0,0,.08);
}
.col-img:first-child .img-item:first-child,
.col-img:first-child .img-item:first-child .img-inner{
  min-height: 320px;
}
.col-img:first-child .img-item:last-child,
.col-img:first-child .img-item:last-child .img-inner{
  min-height: 210px;
}
.col-img:last-child .img-item:first-child,
.col-img:last-child .img-item:first-child .img-inner{
  min-height: 250px;
}
.col-img:last-child .img-item:last-child,
.col-img:last-child .img-item:last-child .img-inner{
  min-height: 285px;
}
.col-content h1{
  font-size: 54px;
}
.col-img--full img{
  box-shadow: 3px 1px 3px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 6px 12px 0px rgba(51, 51, 51, 0.08);

}
.disclaimer-text{
  font-size: 12px;
  text-align: right;
  margin-top: 20px;
  font-weight: 400;
}
.banner-two-column .col-content {
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.full-view {
  height: 100vh;
}

@media screen and (max-width: 1610px){
  .col-content h1{
    font-size: 46px;
    margin-bottom: 10px;
  }
  .col-img:first-child .img-item:first-child,
  .col-img:first-child .img-item:first-child .img-inner{
    min-height: 280px;
  }
  .col-img:first-child .img-item:last-child,
  .col-img:first-child .img-item:last-child .img-inner{
    min-height: 200px;
  }
  .col-img:last-child .img-item:first-child,
  .col-img:last-child .img-item:first-child .img-inner{
    min-height: 220px;
  }
  .col-img:last-child .img-item:last-child,
  .col-img:last-child .img-item:last-child .img-inner{
    min-height: 260px;
  }
  .banner-two-column .col-imgs {
    width: 44%;
  }
  .col-content h1{
    font-size: 42px;
  }
}
@media screen and (max-width: 1410px){
  .col-content h1 {
    font-size: 36px;
  }
  .banner-two-column-wrapper .section--container {
    padding-bottom: 10px;
    padding-top: 0;
  }
}
@media screen and (max-width: 1210px){
  .banner-two-column .col-imgs{
    width: 45%;
  }
  .banner-two-column .col-content {
    width: 55%;
  }
  .col-stat div:first-child{
    font-size: 56px;
  }
  .col-stat.col-stat-3 div:last-child{
    font-size: 30px;
  }
  .col-stat div:last-child{
    font-size: 20px;
  }
}
@media screen and (max-width: 992px){
  #about-stats {
    padding: 0 12.5px;
  }
  .botom-stats-flex-wrap{
    padding: 22px 40px;
    width: 100%;
    margin: 32px auto 0!important;
  }
  .col-stat.col-stat-3 div:last-child {
    font-size: 26px;
  }
  .col-stat div:last-child {
    font-size: 14px;
  }
  .col-stat.col-stat-3 div:first-child{
    font-size: 14px;
  }
  .col-stat div:first-child {
    font-size: 52px;
  } 
  .banner-two-column{
    width: 100%;
  }
  .banner-two-column .col-content {
    padding-left: 36px;
  }
  .col-content h1{
    font-size: 44px;
  }
  .col-img--full img{
    object-fit: cover;
  }
  .col-imgs-wrap{
    gap: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .botom-stats-flex-wrap{
    padding: 22px 25px;
    margin: -10px auto 0;
  }
  .col-stat div:first-child{
    font-size: 45px;
    margin-right: 12px;
    padding-right: 12px;
  }
  .col-stat.col-stat-3 div:last-child {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px){
  .banner-two-column .col-content {
    padding-left: 0;
    width: 100%;
    padding-bottom: 18px;
    padding-top: 10px;
  }
  .col-stat.col-stat-1 {
    padding-right: 18px;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .banner-two-column .col-imgs {
    width: 100%;
  }
  .botom-stats-flex-wrap{
    flex-wrap: wrap;
    padding: 20px 18px;
    justify-content: center;
  }
  .botom-stats-flex-wrap .col-stat-1{
    width: 50%!important;
  }
  .banner-two-column{
    flex-direction: column-reverse;
  }
  .col-stat.col-stat-2{
    order: 3;
    margin: 0;
    padding: 0;
    border-left: 0;
    width: 59%;
    border-right: 0;
    padding-top: 25px;
  }
  .col-stat div:first-child{
    font-size: 36px;
    margin-right: 0;
    padding-right: 25px;
    width: auto;
  }
  .col-stat div:last-child, 
  .col-stat.col-stat-3 div:first-child{
    font-size: 15px;
  }
  .col-stat.col-stat-3 div:last-child {
    font-size: 20px;
  }
  .col-stat.col-stat-3 {
    flex-wrap: wrap;
    width: 50%;
    justify-content: center;
    text-align: center;
    padding-left: 18px;
/*     border-left: 1px solid #288eca; */
  }
  .col-img:first-child .img-item:first-child,
  .col-img:first-child .img-item:first-child .img-inner{
    min-height: 160px;
  }
  .col-img:last-child .img-item:last-child,
  .col-img:last-child .img-item:last-child .img-inner{
    min-height: 160px;
  }
  .col-img:last-child .img-item:first-child,
  .col-img:last-child .img-item:first-child .img-inner{
    min-height: 210px;
  }
  .col-content h1{
    font-size: 44px;
  }
  .banner-two-column-wrapper .section--container{
    padding-bottom: 10px;
    padding-top: 0;
  }
  .disclaimer-text{
    text-align: center;
  }
  .banner-two-column-wrapper{
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .bottom-stats-wrapper{
    margin-top: -50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col-imgs-wrap .col-img.col-img--full {
    align-items: center;
  }
}
@media screen and (max-width: 576px){
  
  .col-imgs-wrap .col-img{
    display: block;
  }
  
}
@media screen and (max-width: 430px){
  .banner-two-column .col-content{
    padding: 0 1rem 3rem;
  }
  .bottom-stats-wrapper{
    margin-top: -50px;
    padding-left: 0;
    padding-right: 0;
  }
  #about-stats {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
  }
}

@media (max-height: 720px) {
  .full-view {
    height: 107vh;
  }
  .banner-two-column-wrapper .section--container {
    padding-top: 3rem;
  }
  }
}