/* Do not edit anything below */
.about-banner-section {
  background-color: #8e5563;
  color: #fff;
  padding-block-start: clamp(5.9375rem, 5.9375rem + 1.5625 * (100vw - 48rem) / 27, 7.5rem);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.about-banner-section .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.about-banner-section .bg-image {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}
.about-banner-section .bg-overlay {
  background-image: linear-gradient(180deg, #231e1c 0%, rgba(137, 117, 110, 0) 64%);
  position: absolute;
  inset: 0;
}
.about-banner-section .inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (width >= 768px) {
  .about-banner-section .inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: clamp(1.5rem, 1.5rem + 1.5 * (100vw - 48rem) / 27, 3rem);
    min-block-size: 30rem;
  }
}
.about-banner-section .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(1rem, 1rem + 0.5 * (100vw - 48rem) / 27, 1.5rem);
}
.about-banner-section .text-label {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.about-banner-section .heading-group {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  inline-size: 100%;
}
@media (width >= 768px) {
  .about-banner-section .heading-group {
    gap: 2.5rem;
    max-inline-size: 46.5625rem;
  }
}
.about-banner-section .heading {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
}
.about-banner-section .body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about-banner-section .subheading {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2rem, 2rem + 0.5 * (100vw - 48rem) / 27, 2.5rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
}
.about-banner-section .description {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(0.875rem, 0.875rem + 0.125 * (100vw - 48rem) / 27, 1rem);
  line-height: 1.4;
  margin: 0;
}
.about-banner-section .portrait {
  aspect-ratio: 5/7;
  inline-size: clamp(20rem, 20rem + 6.25 * (100vw - 48rem) / 27, 26.25rem);
  max-inline-size: 100%;
  margin-inline: auto;
}
.about-banner-section .portrait img {
  object-position: center bottom;
}
@media (width >= 768px) {
  .about-banner-section .portrait {
    aspect-ratio: unset;
  }
}