.valuesContainer {
  margin-top: 4rem !important;
  padding: unset !important;
}

.valuesHeadingText {
  font-family: 'Satoshi-Bold';
  color: #26387B;
  font-size: 1rem;
  font-weight: 500;
  width: 90%;
  margin-inline: auto;
  text-align: center;
}

.descriptiveText {
  font-family: 'Satoshi-Bold';
  width: 90%;
  margin-inline: auto;
  color: #333;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 1.5rem;
}

.cardTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.cardTop .cardHeadingText {
  margin: 0;
  font-family: 'Satoshi-Bold';
  font-size: 1.2rem;
  color: #26387B;
  max-width: 15rem;
  text-align: center;
}

.iconHeader {
  background-color: #fff;
  min-height: 2rem;
  min-width: 2rem;
  height: 3rem;
  width: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-inline: auto;
}

.iconHeader img {
  height: 1.5rem;
  width: 1.5rem;
}

.cardBottomText {
  margin-top: 1rem !important;
  width: 80%;
  font-family: 'Satoshi-Medium';
  margin-inline: auto;
  font-size: .8rem;
  text-align: center;
  padding-bottom: 1rem;
  margin-top: 1rem;
  color: #333;
}

.cardWrapper {
  background-color: #f7f7f7;
  width: 90%;
  border-radius: 4px;
  min-height: 10rem;
  padding: 1rem 0;
  margin-inline: auto;
}

.rightSubContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.pagesections {
  padding-bottom: 2rem;
}


.mobileBannerContainer .contentContainer .mainHeading {
  font-family: 'Satoshi-Bold';
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  .valuesContainer {
    margin-top: 0 !important;
  }
  .valuesHeadingText {
    display: none;
  }
  .heading {
    width: 90%;
    margin-inline: auto;
    padding: 0 1rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 2rem;
  }
  .heading .descriptiveText {
    display: block;
    margin-inline: unset;
    text-align: left;
    width: 70%;
  }
  .heading .descriptionText {
    display: block;
    text-align: left;
    font-size: .9rem;
    line-height: 1.5;
    font-family: 'Satoshi-Medium';
    width: 70%;
  }
  .pagesections {
    background-color: #f7f7f7;
    width: 95%;
    min-height: 80rem !important;
    margin-inline: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
    position: relative;
  }
  .pagesections .valuesHeadingText {
    padding-top: 2rem !important;
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .pagesections .BottomContainer > div {
    width: unset !important;
  }
  .pagesections .BottomContainer .rightSubContainer {
    min-width: 40rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .pagesections .BottomContainer .rightSubContainer .cardWrapper {
    min-width: 20rem;
    width: 45%;
    background-color: #fff;
  }
  .pagesections .BottomContainer .leftContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagesections .BottomContainer .leftContainer img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0px 1264.25px 0px 0px;
  }
  .desktopBannerContainer .mainWrapper .mainHeading {
    font-family: 'Satoshi-Bold';
    font-size: 2.8rem !important;
  }
}

.corneriMAGE {
  border-radius: 0px 1264.25px 0px 0px;
}

@media screen and (min-width: 1024px) {
  .pagesections {
    min-height: unset !important;
    min-height: 65rem !important;
  }
  .rightContainer .heading {
    min-width: 20rem;
  }
  .rightContainer .descriptionText {
    width: 100%;
    margin-top: 1rem;
  }
  .BottomContainer {
    width: unset !important;
    min-width: 100% !important;
  }
  .rightSubContainer {
    min-width: 40rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .rightSubContainer .cardWrapper {
    min-width: 18rem !important;
    width: 35% !important;
    background-color: #fff;
  }
}
/*# sourceMappingURL=aboutContentAdjust.css.map */