.about-page {
  color: #333;
}

.about-page .about-intro {
  max-width: 1000px;
}

.about-page .about-lead {
  max-width: 920px;
  margin-bottom: 0.75rem;
  color: #0d1b4a;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.65;
}

.about-page .about-intro-copy {
  margin: 0;
  color: #5f6877;
  line-height: 1.75;
}

.about-page .brand-highlight {
  color: #e1251b;
  font-weight: 700;
}

.about-page .about-section {
  margin-top: 3.5rem;
}

.about-page .about-section + .about-section {
  padding-top: 3.5rem;
  border-top: 1px solid #dee2e6;
}

.about-page .about-section > .section-title {
  margin-bottom: 1.5rem;
}

.about-page .about-copy {
  max-width: 1000px;
}

.about-page .about-copy p {
  margin-bottom: 1rem;
  color: #5f6877;
  line-height: 1.75;
}

.about-page .about-copy p:last-child {
  margin-bottom: 0;
}

.about-page .about-copy strong {
  color: #0d1b4a;
  font-weight: 600;
}

.about-page .about-carousel {
  overflow: hidden;
  background: #f4f4f4;
}

.about-page .about-carousel .carousel-inner,
.about-page .about-carousel .carousel-item,
.about-page .about-slide {
  height: 100%;
}

.about-page .about-carousel:not(.about-carousel--certificates) .carousel-inner {
  aspect-ratio: 16 / 9;
}

.about-page .about-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-page .about-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .carousel-indicators {
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.about-page .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.7;
}

.about-page .carousel-indicators .active {
  background-color: #e1251b;
  opacity: 1;
}

.about-page .carousel-control-prev,
.about-page .carousel-control-next {
  width: 12%;
}

.about-page .carousel-control-prev-icon,
.about-page .carousel-control-next-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(13, 27, 74, 0.72);
  background-size: 48%;
}

.about-page .carousel-control-prev:focus-visible .carousel-control-prev-icon,
.about-page .carousel-control-next:focus-visible .carousel-control-next-icon {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.about-page .about-carousel--certificates {
  max-width: 940px;
  margin: 0 auto;
}

.about-page .about-carousel--certificates .carousel-inner {
  height: clamp(560px, 68vw, 780px);
}

.about-page .about-carousel--certificates .about-slide {
  padding: 2rem clamp(3.5rem, 8vw, 6rem) 4rem;
}

.about-page .about-carousel--certificates .about-slide img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border: 1px solid #dee2e6;
  object-fit: contain;
}

.about-page .about-carousel--certificates .carousel-indicators [data-bs-target] {
  background-color: #0d1b4a;
}

.about-page .about-carousel--certificates .carousel-indicators .active {
  background-color: #e1251b;
}

@media (max-width: 767.98px) {
  .about-page .about-section {
    margin-top: 2.5rem;
  }

  .about-page .about-section + .about-section {
    padding-top: 2.5rem;
  }

  .about-page .about-section > .section-title {
    margin-bottom: 1rem;
  }

  .about-page .carousel-control-prev-icon,
  .about-page .carousel-control-next-icon {
    width: 34px;
    height: 34px;
  }

  .about-page .about-carousel--certificates .carousel-inner {
    height: 520px;
  }

  .about-page .about-carousel--certificates .about-slide {
    padding: 1.25rem 3.25rem 3.75rem;
  }
}

@media (max-width: 420px) {
  .about-page .about-carousel--certificates .carousel-inner {
    height: 460px;
  }

  .about-page .about-carousel--certificates .about-slide {
    padding-inline: 2.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page .carousel-item,
  .about-page .carousel-indicators [data-bs-target] {
    transition: none !important;
  }
}
