.about-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}

.about-text-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.about-description {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.625;
  color: rgba(var(--text-light-rgb), 0.8);
}
.dark .about-description {
  color: rgba(var(--text-dark-rgb), 0.7);
}

.mental-health-image {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1 / 1;
  border-radius: 1rem;
  background-size: cover;
}
