﻿.hero--about {
  background-color: var(--color-surface);
}

.about-section {
  align-items: center;
}

.about-image-wrapper {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 960px) {
  .about-section {
    text-align: left;
  }
}

