/* Blue gradient: same position as enroll.html */
.gradient-corner-about {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
  height: 100%;
  max-width: none;
  max-height: none;
  display: block;
  pointer-events: none;
  opacity: 0.8;
  z-index: 0;
}

.about-content {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 48px;
  overflow-x: hidden;
  margin: 5rem 0px;
}

.about-hero-image {
  width: 25%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 4rem;
}

.about-title {
  width: 85%;
  text-align: center;
  color: var(--text-white);
  font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.about-description {
  width: 100%;
  text-align: center;
  color: var(--text-white);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 4rem;
}

.about-logos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  margin-top: 1rem;
}

.about-logo {
  height: 30px;
  width: auto;
  object-fit: contain;
  flex: 0 0 auto;
}

.first-logo {
  height: 30px;
}

.second-logo {
  height: 20px;
}
