/* About section 2 */

#about-section-2 {
  padding: 96px;

}

#about-section-2 h2 {
  color: var(--Blue, #1e3c72);
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 96px; /* 120% */
  text-transform: uppercase;
  margin-bottom: 64px !important;
}

#about-section-2 img {
  border-radius: 20px;
  width: 100%;
}

#about-section-2 p {
  width: 53%;
  color: var(--Blue, #1e3c72);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 48px;
}

#about-section-2 .link-arrow {
  display: inline-block;
  flex: 0 auto;
  -webkit-box-flex: 0;
  width: 70% !important;
  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 !important;
  padding-bottom: 14px;
  border-bottom: 1px solid #1e3c72 !important;
  margin-bottom: 0px;
}

#about-section-2 .link-arrow:hover {
  color: var(--Red, #ca202e);
  border-bottom: 1px solid var(--Red, #ca202e) !important;
}

#about-section-2 .link-arrow::before,
#about-section-2 .link-arrow::after {
  content: url("images/arrow-right.svg") !important;
  display: block;
  font-family: "Inter", sans-serif;
  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-2 .link-arrow:hover::before {
  content: url("/images/arrow-right-red.svg") !important;
}

#about-section-2 .link-arrow.font-reg::before,
#about-section-2 .link-arrow.font-reg::after {
  font-weight: 300;
}

#about-section-2 .link-arrow::before {
  opacity: 0;
  transform: translate(-100%, -50%);
}

#about-section-2 .link-arrow:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
}

#about-section-2 .link-arrow:hover::after {
  opacity: 0;
  transform: translate(100%, -50%);
}

@media screen and (max-width: 1200px) {
  #about-section-2 {
    padding: 80px 12px;
  }

  #about-section-2 h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 62.4px */
    margin-bottom: 32px !important;
  }

  #about-section-2 p {
    margin-top: 32px;
    width: 100%;
    padding: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 32px;
  }

  #about-section-2 .link-arrow {
    width: 100% !important;
  }
}
