.about-inbetween-section {
  position: relative;
  min-height: 10vh;
  background: var(--primary-2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 2.5rem 0;
}

.about-inbetween-container {
  padding: 1rem;
  width: auto;
  text-align: center;
}

.about-inbetween-text {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 5vw, 3rem);
  font-weight: var(--fw-regular);
  letter-spacing: -0.03em;
  color: var(--neutral-light);
  text-transform: uppercase;
  width: 25ch;
  line-height: 1.3;
  margin: 0 auto;
}

.about-inbetween-text span {
  font-style: italic;
  font-weight: var(--fw-extra-bold);
}

.custom-shape-divider-bottom-1765768197 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1765768197 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 25px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1765768197 .shape-fill {
  fill: var(--neutral-light);
}

@media (max-width: 768px) {
  .about-inbetween-container {
    width: 80%;
  }

  .about-inbetween-text {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .about-inbetween-text {
    font-size: 2.5rem;
    width: 100%;
  }
}
