.about-us-page {
  max-width: 1920px;
  margin: auto;
}
.about-us-page .heroBannerinner {
  position: relative;
  padding-top: 90px;
  overflow: hidden;
}

.about-us-page .heroBannerinner:before {
  content: "";
  background: rgba(0, 0, 0, 0.53);
  position: absolute;
  width: 100%;
  height: 100%;
}

.about-us-page .heroBannerinner .bannerContent {
  text-align: center;
  position: absolute;
  align-self: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  font-weight: 600;
}

.about-us-page .content-secondFold p,
.about-us-page .omnichannel_blk p {
  font-size: 20px;
}

.about-us-page .omnichannel_blk .omnichannel li {
  font-size: 20px;
  font-weight: bold;
}

.about-us-page .bannerContent .bannercontentBig {
  font-size: 80px;
  line-height: 110px;
  color: #ffffff;
}

.about-us-page .bannerContent h1 {
  color: #fff;
  font-size: 52px;
  padding-top: 30px;
}

.about-us-page .content-secondFold .aboutus_blk h3,
.about-us-page .content-secondFold .aboutus_blk p {
  color: #183b56;
}

.about-us-page .omnichannel_blk .omnichannel h5 {
  color: #105cb4;
  font-weight: 600;
  font-size: 46px;
}
.about-us-page .about_usRow_container {
  background: #f8feff;
}
.about-us-page .container .break-text li {
  word-break: break-all;
}

.about-us-page .customers_blk {
  color: #fff;
  font-size: 28px;
  padding: 160px 0;
}

.about-us-page .bg-darkblue {
  background: #00053d;
}

.about-us-page .customers_blk a {
  color: #fff;
  font-size: 28px;
  text-decoration: none;
}


@media (min-width: 1700px) {
    .about-us-page {
        /* max-width: 1700px; */
        /* margin: auto; */
    }
}

@media (max-width: 768px) {
  .about-us-page .bannerContent .bannercontentBig {
    font-size: 26px;
    line-height: 48px;
  }

  .about-us-page .heroBannerinner {
    padding-top: 65px;
  }

  .about-us-page .bannerContent h1 {
    padding-top: 30px;
    font-size: 30px;
  }

  .about-us-page .omnichannel_blk .omnichannel h5 {
    font-size: 30px;
    font-weight: 600;
    color: #105cb4;
  }

  .about-us-page .customers_blk {
    padding: 95px 0;
  }

  .about-us-page .customers_blk a {
    font-size: 18px;
  }
}
