.about-white {
  background: #fff;
  padding: 60px 0;
}

.about-blue {
  background: linear-gradient(135deg, #eaf8ff 0%, #ffffff 100%);
  padding: 60px 0;
}

.about-center {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.about-hr {
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: #003f6d;
  margin-bottom: 20px;
  padding-bottom: 14px;
  position: relative;
}

.about-hr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e0e0e0;
}

.about-text {
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 40px;
}

.about-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #003f6d;
  margin-bottom: 20px;
  text-align: center;
}

.about-list {
  list-style: disc inside;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-left: 0;
  padding-left: 0;
}

.about-list li {
  margin-bottom: 8px;
}

.about-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.about-columns > div {
  flex: 1 1 45%;
}

.about-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 16px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .hero--about {
    min-height: 200px;
  }

  .about-white,
  .about-blue {
    padding: 20px 0;
  }

  .about-columns {
    flex-direction: column;
  }

  .about-columns > div {
    flex: 1 1 100%;
  }

  .about-subtitle {
    text-align: center;
  }
}
