
/* about-section-3 Us start */

#about-section-3 {
  padding: 0px 96px 96px 96px;
  margin: auto;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

#about-section-3 h2 {
  color: var(--Blue, #1e3c72);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 65px */
  text-transform: uppercase;
}

#about-section-3 .custom-margin {
  margin-bottom: 64px;
}

#about-section-3 .link-arrow {
  display: inline-block;
  flex: 0 auto;
  -webkit-box-flex: 0;
  min-width: 30%;
  position: relative;
  text-align: left;
  text-decoration: none;
  color: var(--Blue, #1e3c72);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 0px;
  padding-bottom: 14px;
  border-bottom: 1px solid #1e3c72;
}

#about-section-3 .link-arrow:hover {
  color: var(--Red, #ca202e);
  border-bottom: 1px solid var(--Red, #ca202e);
}

#about-section-3 .link-arrow::before,
#about-section-3 .link-arrow::after {
  content: url("/images/arrow-right.svg");
  display: block;
  font-family: Inter;
  font-size: inherit;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0%, -50%);
  transition: all 0.5s cubic-bezier(0.25, 0.25, 0.08, 1.08);
}

#about-section-3 .link-arrow:hover::before {
  content: url("/images/arrow-right-red.svg");
}

#about-section-3 .link-arrow.font-reg::before,
#about-section-3 .link-arrow.font-reg::after {
  font-weight: 300;
}

#about-section-3 .link-arrow::before {
  opacity: 0;
  transform: translate(-100%, -50%);
}

#about-section-3 .link-arrow:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
}

#about-section-3 .link-arrow:hover::after {
  opacity: 0;
  transform: translate(100%, -50%);
}

#about-section-3 .custom-padding {
  padding: 64px;
  padding-left: 12px;
}

#about-section-3 p {
  color: var(--Blue, #1e3c72);
  font-style: normal;
  line-height: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

#about-section-3 h3 {
  color: var(--Blue, #1e3c72);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}

#about-section-3 .stat-name {
  padding: 16px;
  align-content: center;
  color: var(--Blue, #1e3c72);
}

#about-section-3 .border-silver {
  border-bottom: 1px solid rgba(30, 60, 114, 0.2);
}

#about-section-3 .img-fluid {
  border-radius: 20px !important;
}

@media screen and (max-width: 1200px) {
  #about-section-3 {
    padding-top: 80px;
  }

  #about-section-3-section-2 img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #about-section-3 {
    padding: 80px 0px;
  }

  #about-section-3 h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 111.111% */
    text-transform: uppercase;
  }

  #about-section-3 .link-arrow {
    width: 100%;
    margin-top: 32px;
  }

  #about-section-3 .custom-margin {
    margin-bottom: 80px;
  }

  #about-section-3 .custom-padding {
    padding: 32px 12px 24px 12px;
  }

  #about-section-3 h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 111.111% */
    text-transform: uppercase;
    margin-top: 11px;
  }

  #about-section-3 .stat-name {
    color: var(--Blue, #1e3c72);

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
  }
}

/* about-section-3 us end */