.btn-close {
  position: absolute;
  right: 15px;
}

.modal-title {
  margin-bottom: 1rem;
}

.about-landing-section {
  position: relative;
  aspect-ratio: 137 / 183;
  overflow: hidden;
}

.about-landing-section .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}

.about-landing-section .about-before-text {
  color: #FFCF25;
  font-weight: 400;
  position: absolute;
  bottom: 210px;
  width: 80%;
  letter-spacing: 1%;
  line-height: 30px;
  font-size: 20px;
}

.about-landing-section .about-header-heading {
  color: white;
  font-weight: 600;
  position: absolute;
  bottom: 80px;
  width: 80%;
  font-size: 30px;
  line-height: 40px;
}

@media (min-width: 576px) {
  .about-landing-section .about-header-heading {
    font-size: calc(2.89351852vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .about-landing-section .about-header-heading {
    font-size: 55px;
  }
}

@media (min-width: 576px) {
  .about-landing-section .about-header-heading {
    line-height: calc(3.47222222vw + 20px);
  }
}

@media (min-width: 1440px) {
  .about-landing-section .about-header-heading {
    line-height: 70px;
  }
}

@media screen and (min-width: 576px) {
  .about-landing-section .about-before-text {
    bottom: 200px;
  }
}

@media screen and (min-width: 768px) {
  .landing-section-wrapper > :first-child {
    margin-top: 0;
    width: 50%;
  }
  .about-landing-section {
    aspect-ratio: 96 / 39;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-landing-section .about-before-text {
    position: static;
  }
  .about-landing-section .about-header-heading {
    position: static;
    width: 53%;
  }
}

@media screen and (min-width: 1200px) {
  .about-landing-section {
    background-image: url("/images/about-page-images/about-header-web.png");
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-landing-section .about-before-text {
    position: static;
  }
  .about-landing-section .about-header-heading {
    position: static;
    width: 63%;
  }
}

.rir-video {
  width: 100%;
}

.about-info {
  margin: 9rem auto 6rem;
}

.about-info .about-info-text {
  background-color: #FFCF25;
  padding: 3rem 2rem;
  margin-top: -40px;
  font-weight: 600;
  position: relative;
  padding-top: 110%;
}

.about-info .about-info-text .about-info-heading {
  color: #0F243F;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 576px) {
  .about-info .about-info-text .about-info-heading {
    font-size: calc(1.27314815vw + 16.66666667px);
  }
}

@media (min-width: 1440px) {
  .about-info .about-info-text .about-info-heading {
    font-size: 35px;
  }
}

@media (min-width: 576px) {
  .about-info .about-info-text .about-info-heading {
    line-height: calc(1.50462963vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .about-info .about-info-text .about-info-heading {
    line-height: 45px;
  }
}

.about-info .about-info-text .about-info-para {
  font-size: 16px;
  line-height: 24px;
  color: #505050;
  letter-spacing: 1%;
  font-weight: 400;
  margin-top: 1rem;
  width: 95%;
}

.about-info .about-info-text .outer-vid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.about-info .about-info-text .outer-vid .about-info-img {
  width: 100%;
  position: relative;
}

.about-info .about-info-text .outer-vid .inner-vid .play-button-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
  margin-top: -35px;
  margin-right: 15px;
  bottom: -2rem;
  right: 4px;
}

.about-info .about-info-text .outer-vid .inner-vid .play-button-container .play-button {
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: none;
  height: 70px;
  width: 70px;
  background-image: url("/images/about-page-images/play-button-mobile.png");
  background-color: #009ACB;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-animation: shadow-pulse 1s infinite;
          animation: shadow-pulse 1s infinite;
}

@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(6, 46, 180, 0);
            box-shadow: 0 0 0 20px rgba(6, 46, 180, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(6, 46, 180, 0);
            box-shadow: 0 0 0 20px rgba(6, 46, 180, 0);
  }
}

@media screen and (min-width: 992px) {
  .about-info {
    margin-top: 25rem;
    margin-bottom: 10rem;
  }
  .about-info .about-info-text {
    padding-top: 4rem;
    padding-left: 16.5rem;
    width: 70%;
    margin: auto;
    right: -6rem;
  }
  .about-info .about-info-text .outer-vid {
    top: -14rem;
    left: -12rem;
  }
  .about-info .about-info-text .outer-vid .about-info-img {
    width: 50%;
  }
  .about-info .about-info-text .outer-vid .inner-vid .play-button-container {
    background-color: #009ACB;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 50px;
    height: 187px;
    width: 118px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 36.5%;
    bottom: -10%;
  }
  .about-info .about-info-text .outer-vid .inner-vid .play-button-container .play-button {
    background-image: url("/images/about-page-images/play-button-web.png");
  }
}

@media screen and (min-width: 1200px) {
  .about-info {
    margin-top: 25rem;
    margin-bottom: 10rem;
  }
  .about-info .about-info-text {
    padding-top: 4rem;
    padding-left: 20rem;
    width: 70%;
    margin: auto;
    right: -6rem;
  }
  .about-info .about-info-text .outer-vid {
    top: -14rem;
    left: -12rem;
  }
  .about-info .about-info-text .outer-vid .about-info-img {
    width: 50%;
  }
  .about-info .about-info-text .outer-vid .inner-vid .play-button-container {
    background-color: #009ACB;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 50px;
    height: 187px;
    width: 118px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 38%;
    bottom: -10%;
  }
  .about-info .about-info-text .outer-vid .inner-vid .play-button-container .play-button {
    background-image: url("/images/about-page-images/play-button-web.png");
  }
}

@media screen and (min-width: 1600px) {
  .about-info .about-info-text {
    width: 57%;
  }
}

.windmill {
  height: 700px;
  background-image: url("/images/about-page-images/windmill-mobile.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.windmill .gradient {
  height: 100vh;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.vision-mission-container {
  height: 100%;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.windmill-outline {
  height: 700px;
  background-image: url("/images/about-page-images/windmill-outline-mobile-img.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
}

.windmill-outline .windmill-heading {
  color: #17BEFF;
  font-weight: 500;
  width: 80%;
  letter-spacing: 2%;
  font-size: 20px;
  line-height: 30px;
}

.windmill-outline .windmill-para {
  color: white;
  font-weight: 400;
  width: 80%;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .windmill {
    background-image: url("/images/about-page-images/windmill-web.png");
  }
  .windmill-outline {
    background-image: url("/images/about-page-images/windmill-outline-mobile-image.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 6rem;
  }
  .windmill-outline .windmill-para {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .windmill-outline .windmill-para {
    width: 60%;
    font-size: 20px;
  }
}

.about-leadership-section {
  margin: 7rem auto;
}

.about-leadership-section .leadership-img-container {
  height: 100%;
}

.about-leadership-section .leadership-img-container .about-leadership-img {
  width: 100%;
}

.about-leadership-section .about-leadership-text {
  margin-top: 3rem;
}

.about-leadership-section .about-leadership-text .about-leadership-heading {
  color: #383838;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
}

@media (min-width: 576px) {
  .about-leadership-section .about-leadership-text .about-leadership-heading {
    font-size: calc(1.15740741vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .about-leadership-section .about-leadership-text .about-leadership-heading {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  .about-leadership-section .about-leadership-text .about-leadership-heading {
    line-height: calc(1.73611111vw + 20px);
  }
}

@media (min-width: 1440px) {
  .about-leadership-section .about-leadership-text .about-leadership-heading {
    line-height: 45px;
  }
}

.about-leadership-section .about-leadership-text .about-leadership-para {
  font-size: 16px;
  line-height: 24px;
  margin-top: 2rem;
  color: #505050;
  font-weight: 400;
  letter-spacing: 1%;
}

@media (min-width: 576px) {
  .about-leadership-section .about-leadership-text .about-leadership-para {
    font-size: calc(0.23148148vw + 14.66666667px);
  }
}

@media (min-width: 1440px) {
  .about-leadership-section .about-leadership-text .about-leadership-para {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .about-leadership-section .about-leadership-text .about-leadership-para {
    line-height: calc(0.23148148vw + 22.66666667px);
  }
}

@media (min-width: 1440px) {
  .about-leadership-section .about-leadership-text .about-leadership-para {
    line-height: 26px;
  }
}

.about-leadership-section .about-leadership-text .about-leadership-link {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 2px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2%;
  font-weight: 500;
  color: #10326F;
  margin-top: 2rem;
}

@media screen and (min-width: 576px) {
  .about-leadership-section {
    margin: 8rem auto;
  }
  .about-leadership-section .about-leadership-text {
    margin-top: 2.5rem;
  }
  .about-leadership-section .about-leadership-text .about-leadership-para {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .about-leadership-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 10rem auto;
  }
  .about-leadership-section .leadership-img-container {
    width: 55%;
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-leadership-section .leadership-img-container .about-leadership-img {
    width: 100%;
  }
  .about-leadership-section .about-leadership-text {
    width: 40%;
  }
}

@media screen and (min-width: 992px) {
  .about-leadership-section {
    margin: 12rem auto;
  }
}

@media screen and (min-width: 1200px) {
  .about-leadership-section {
    margin: 15rem 0;
  }
}

@media screen and (min-width: 1600px) {
  .about-leadership-section {
    margin: 18rem 0;
  }
}

.leadership-container {
  padding: 100px 0;
}

.leadership-container .section-heading {
  color: #383838;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
}

@media (min-width: 576px) {
  .leadership-container .section-heading {
    font-size: calc(0.5787037vw + 21.66666667px);
  }
}

@media (min-width: 1440px) {
  .leadership-container .section-heading {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .leadership-container .section-heading {
    line-height: calc(1.15740741vw + 28.33333333px);
  }
}

@media (min-width: 1440px) {
  .leadership-container .section-heading {
    line-height: 45px;
  }
}

.leadership-container .heading {
  color: #383838;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 576px) {
  .leadership-container .heading {
    line-height: calc(1.38888889vw + 12px);
  }
}

@media (min-width: 1440px) {
  .leadership-container .heading {
    line-height: 32px;
  }
}

.leadership-container .para {
  font-size: 14px;
  line-height: 24px;
  color: #505050;
  font-weight: 400;
  letter-spacing: 1%;
}

@media (min-width: 576px) {
  .leadership-container .para {
    line-height: calc(0.23148148vw + 22.66666667px);
  }
}

@media (min-width: 1440px) {
  .leadership-container .para {
    line-height: 26px;
  }
}

.jet {
  height: 700px;
  background-image: url("/images/about-page-images/jet-mobile.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.jet .gradient {
  height: 100vh;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.jet-outline {
  height: 700px;
  background-image: url("/images/about-page-images/jet-outline-mobile-image.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
}

.jet-outline .jet-heading {
  color: #17BEFF;
  font-weight: 500;
  width: 80%;
  letter-spacing: 2%;
  font-size: 20px;
  line-height: 30px;
}

.jet-outline .jet-para {
  color: white;
  font-weight: 400;
  margin-bottom: 50px;
  width: 80%;
  font-size: 20px;
  line-height: 32px;
}

@media (min-width: 576px) {
  .jet-outline .jet-para {
    font-size: calc(0.5787037vw + 16.66666667px);
  }
}

@media (min-width: 1440px) {
  .jet-outline .jet-para {
    font-size: 25px;
  }
}

@media (min-width: 576px) {
  .jet-outline .jet-para {
    line-height: calc(0.92592593vw + 26.66666667px);
  }
}

@media (min-width: 1440px) {
  .jet-outline .jet-para {
    line-height: 40px;
  }
}

@media screen and (min-width: 768px) {
  .jet {
    background-image: url("/images/about-page-images/jet-web.png");
  }
  .jet-outline {
    background-image: url("/images/about-page-images/jet-outline-web-img.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 6rem;
  }
}

@media screen and (min-width: 1200px) {
  .jet-outline .jet-para {
    width: 55%;
  }
  .leadership-container .heading {
    font-size: 20px;
  }
}

.certificate-section {
  padding-bottom: 2rem;
}

.certificate-section .styled-dots .slick-dots {
  text-align: center !important;
}

.certificate-section .certificate-container {
  padding-bottom: 4rem;
  padding-top: 4rem;
  height: 300px;
}

.certificate-section .certificate-container .certificate-heading {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #383838;
}

.certificate-section .certificate-container .slick .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  height: 200px;
}

.certificate-section .certificate-container .slick .item:hover {
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .certificate-section {
    padding-bottom: 0rem;
    padding-top: 0rem;
  }
  .certificate-section .certificate-container {
    height: 400px;
    margin-top: 6rem;
    margin-bottom: -2rem;
  }
  .certificate-section .certificate-container .certificate-heading {
    font-size: 45px;
    line-height: 54px;
  }
  .certificate-section .certificate-container .inner-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding-top: 5rem;
    padding-top: 5rem;
    margin: auto;
  }
  .certificate-section .certificate-container .inner-div .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 200px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 1rem;
  }
}

.research-section {
  margin: 6rem auto 4rem;
}

.research-section .research-heading {
  text-align: center;
  color: #383838;
  font-weight: 500;
  letter-spacing: 1%;
  font-size: 30px;
  line-height: 40px;
}

@media (min-width: 576px) {
  .research-section .research-heading {
    font-size: calc(2.89351852vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .research-section .research-heading {
    font-size: 55px;
  }
}

@media (min-width: 576px) {
  .research-section .research-heading {
    line-height: calc(4.05092593vw + 16.66666667px);
  }
}

@media (min-width: 1440px) {
  .research-section .research-heading {
    line-height: 75px;
  }
}

.research-section .research-para {
  text-align: center;
  color: #505050;
  font-weight: 400;
  letter-spacing: 2%;
  margin-top: 1rem;
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 576px) {
  .research-section .research-para {
    font-size: calc(0.69444444vw + 12px);
  }
}

@media (min-width: 1440px) {
  .research-section .research-para {
    font-size: 22px;
  }
}

@media (min-width: 576px) {
  .research-section .research-para {
    line-height: calc(1.15740741vw + 19.33333333px);
  }
}

@media (min-width: 1440px) {
  .research-section .research-para {
    line-height: 36px;
  }
}

@media screen and (min-width: 576px) {
  .research-section {
    margin: 6rem auto 4rem;
  }
  .research-section .research-heading {
    width: 80%;
    margin: auto;
  }
  .research-section .research-para {
    width: 90%;
    margin: 1rem auto;
  }
}

@media screen and (min-width: 992px) {
  .research-section {
    margin: 10rem auto 6rem;
  }
  .research-section .research-heading {
    width: 60%;
    margin: auto;
  }
  .research-section .research-para {
    width: 90%;
    margin: 3rem auto;
  }
}

.counter-blue {
  color: #10326F;
}

.counter-orange {
  color: #FFAB2D;
}

.counter-green {
  color: #24BD1E;
}

.counter-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem auto;
}

.counter-section .counter {
  width: 100%;
  text-align: center;
  margin: 2rem auto;
}

.counter-section .counter .counter-num {
  font-weight: 700;
  letter-spacing: 1%;
  font-size: 60px;
  line-height: 72.61px;
}

.counter-section .counter .counter-desc {
  color: #10326F;
  margin: 1rem auto;
  font-weight: 500;
  letter-spacing: 1%;
  font-size: 30px;
  line-height: 40px;
}

@media screen and (min-width: 768px) {
  .counter-section {
    width: 80%;
    margin: 6rem auto;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .counter-section .counter {
    width: 30%;
  }
  .counter-section .counter .counter-num {
    font-size: 50px;
  }
  .counter-section .counter .counter-desc {
    width: 90%;
    font-size: 25px;
  }
  .counter-section .counter .across {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .counter-section .counter {
    width: 30%;
  }
  .counter-section .counter .counter-num {
    font-size: 70px;
  }
  .counter-section .counter .counter-desc {
    width: 90%;
    font-size: 30px;
  }
  .counter-section .counter .across {
    width: 100%;
  }
}

.about-join-section {
  background-color: #3F73D9;
  margin: 4rem auto 6rem;
}

.about-join-section .about-join-img {
  width: 100%;
}

.about-join-section .about-join-text {
  width: 85%;
  margin: 2rem auto;
  padding-bottom: 1.5rem;
}

.about-join-section .about-join-text .about-join-heading {
  font-size: 24px;
  line-height: 34px;
  color: white;
  font-weight: 600;
  letter-spacing: 1%;
}

@media (min-width: 576px) {
  .about-join-section .about-join-text .about-join-heading {
    font-size: calc(1.85185185vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .about-join-section .about-join-text .about-join-heading {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  .about-join-section .about-join-text .about-join-heading {
    line-height: calc(1.85185185vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .about-join-section .about-join-text .about-join-heading {
    line-height: 50px;
  }
}

.about-join-section .about-join-text .about-join-para {
  font-size: 16px;
  line-height: 26px;
  color: #F0F0F0;
  letter-spacing: 2%;
  font-weight: 400;
  width: 80%;
}

@media (min-width: 576px) {
  .about-join-section .about-join-text .about-join-para {
    font-size: calc(0.23148148vw + 14.66666667px);
  }
}

@media (min-width: 1440px) {
  .about-join-section .about-join-text .about-join-para {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .about-join-section .about-join-text .about-join-para {
    line-height: calc(0.23148148vw + 24.66666667px);
  }
}

@media (min-width: 1440px) {
  .about-join-section .about-join-text .about-join-para {
    line-height: 28px;
  }
}

.about-join-section .about-join-text .about-join-button {
  border: none;
  margin: 1rem auto;
  background-color: #021033;
  padding: 1rem 2rem;
  font-size: 18px;
  line-height: 21.78px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .about-join-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10rem auto 12rem;
    position: relative;
  }
  .about-join-section::before {
    content: "";
    position: absolute;
    background-color: #021033;
    height: 15rem;
    width: 15rem;
    left: -1.5rem;
    top: -1.5rem;
    z-index: -1;
  }
  .about-join-section::after {
    content: "";
    position: absolute;
    background-color: #021033;
    height: 15rem;
    width: 15rem;
    right: -1.5rem;
    bottom: -1.5rem;
    z-index: -1;
  }
  .about-join-section .about-join-img {
    width: 45%;
  }
  .about-join-section .about-join-text {
    width: 40%;
    padding-bottom: 0;
  }
  .about-join-section .about-join-text .about-join-para {
    width: 100%;
  }
  .about-join-section .about-join-text .about-join-button {
    margin-bottom: 0;
  }
}

.about-info-section {
  background-color: #001A3B;
  color: white;
  padding: 100px 0;
  letter-spacing: 1%;
}

.about-info-section .content-wrapper {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-info-section .content-wrapper .heading-wrapper .about-heading {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

@media (min-width: 576px) {
  .about-info-section .content-wrapper .heading-wrapper .about-heading {
    font-size: calc(0.69444444vw + 18px);
  }
}

@media (min-width: 1440px) {
  .about-info-section .content-wrapper .heading-wrapper .about-heading {
    font-size: 28px;
  }
}

@media (min-width: 576px) {
  .about-info-section .content-wrapper .heading-wrapper .about-heading {
    line-height: calc(0.92592593vw + 26.66666667px);
  }
}

@media (min-width: 1440px) {
  .about-info-section .content-wrapper .heading-wrapper .about-heading {
    line-height: 40px;
  }
}

.about-info-section .content-wrapper .about-tag {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.about-info-section .about-info-wrapper .about-desc {
  font-size: 18px;
  line-height: 26px;
  margin: 2rem 0;
}

.about-info-section .about-number-wrapper {
  border-top: 0.3px solid #A1A1A16E;
  border-bottom: 0.3px solid #A1A1A16E;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-info-section .about-number-wrapper .about-number-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-info-section .about-number-wrapper .about-number-card .title {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 576px) {
  .about-info-section .about-number-wrapper .about-number-card .title {
    font-size: calc(0.46296296vw + 11.33333333px);
  }
}

@media (min-width: 1440px) {
  .about-info-section .about-number-wrapper .about-number-card .title {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .about-info-section .about-number-wrapper .about-number-card .title {
    line-height: calc(0.46296296vw + 17.33333333px);
  }
}

@media (min-width: 1440px) {
  .about-info-section .about-number-wrapper .about-number-card .title {
    line-height: 24px;
  }
}

.about-info-section .about-number-wrapper .about-number-card .number-text {
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
}

@media (min-width: 576px) {
  .about-info-section .about-number-wrapper .about-number-card .number-text {
    font-size: calc(1.15740741vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .about-info-section .about-number-wrapper .about-number-card .number-text {
    font-size: 40px;
  }
}

@media screen and (min-width: 768px) {
  .about-info-section {
    padding: 0;
  }
  .about-info-section .content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about-info-section .content-wrapper .heading-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 4rem 0;
  }
  .about-info-section .content-wrapper .heading-wrapper .about-heading {
    font-size: 22px;
    line-height: 32px;
    width: 80%;
  }
}

@media screen and (min-width: 768px) and (min-width: 576px) {
  .about-info-section .content-wrapper .heading-wrapper .about-heading {
    font-size: calc(0.69444444vw + 18px);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about-info-section .content-wrapper .heading-wrapper .about-heading {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) and (min-width: 576px) {
  .about-info-section .content-wrapper .heading-wrapper .about-heading {
    line-height: calc(0.92592593vw + 26.66666667px);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about-info-section .content-wrapper .heading-wrapper .about-heading {
    line-height: 40px;
  }
}

@media screen and (min-width: 768px) {
  .about-info-section .about-info-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: 0.3px solid #A1A1A16E;
    padding: 3rem 3rem;
  }
  .about-info-section .about-number-wrapper {
    border-top: 0.3px solid #A1A1A16E;
    border-bottom: none;
  }
  .about-info-section .about-number-wrapper .about-number-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .about-info-section .about-number-wrapper .about-number-card .title {
    font-size: 14px;
    line-height: 20px;
    max-width: 60%;
  }
}

@media screen and (min-width: 768px) and (min-width: 576px) {
  .about-info-section .about-number-wrapper .about-number-card .title {
    font-size: calc(0.46296296vw + 11.33333333px);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about-info-section .about-number-wrapper .about-number-card .title {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (min-width: 576px) {
  .about-info-section .about-number-wrapper .about-number-card .title {
    line-height: calc(0.46296296vw + 17.33333333px);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about-info-section .about-number-wrapper .about-number-card .title {
    line-height: 24px;
  }
}

@media screen and (min-width: 768px) {
  .about-info-section .about-number-wrapper .about-number-card .number-text {
    font-size: 30px;
    line-height: 50px;
  }
}

@media screen and (min-width: 768px) and (min-width: 576px) {
  .about-info-section .about-number-wrapper .about-number-card .number-text {
    font-size: calc(1.15740741vw + 23.33333333px);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px) {
  .about-info-section .about-number-wrapper .about-number-card .number-text {
    font-size: 40px;
  }
}

.wwa-wrapper {
  margin: 100px auto 100px !important;
}

@media screen and (min-width: 768px) {
  .wwa-wrapper {
    margin: 240px auto 120px !important;
  }
}
