.card-stats {
  position: relative;
}

.card-stats  .card-stats__container > .container {
  background-color:#063354;
}

.card-stats .card-stats__content-right-top h1,
.card-stats .card-stats__content-right-top h2,
.card-stats .card-stats__content-right-top h3,
.card-stats .card-stats__content-right-top h4,
.card-stats .card-stats__content-right-top h5,
.card-stats .card-stats__content-right-top p {
  color:#FFF;
}


.card-stats .content-underlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;

}

.card-stats .bg-lines {
  position: absolute;
  right: 0;
  bottom: 0;
}

.card-stats .img-align-top img {
  object-position: top!important;
}
.card-stats .img-align-center img {
  object-position: center!important;
}
.card-stats .img-align-bottom img {
  object-position: bottom!important;
}

@media (min-width: 992px) {
  .card-stats .card-stats__container .card-stats__content .card-stats__content-right {
    max-width: none!important;
  }
}

@media (max-width: 991px) {
  .card-stats .content-underlay {
    position: relative;
  }
  .full-width-highlight__content .container {
    max-width: none !important;
    padding: 0;
  }
  .full-width-highlight__content .container .full-width-highlight__content-text {
      /* background-color: rgba(6, 51, 84, 0.9); */
  }

  .full-width-highlight__content .content-underlay  .full-width-highlight__content-text {
    display: none;
  }

  .card-stats .container {
    max-width: unset;
    padding: 0;
  }
}

@media (min-width: 992px) {

  .card-stats .content-underlay > div {
    width: 41vw;
  }
  .card-stats .container {
    --bs-gutter-x: 0 !important;
    position: relative;
    z-index:2;
    width: 60vw;
    margin-right: 0;
  }

  .card-stats .card-stats__content .card-stats__content-right {
    max-width: none !important;
  }
}

@media (max-width: 480px) {
  .card-stats .card-stats__container .card-stats__content.content-underlay .card-stats__content-right{
    display: none;
  }


}