.midQuoteSection {
  padding-bottom: 10rem;
  background-image: url("/Assets/about-bg.png");
  background-repeat: no-repeat;
  background-size: cover;

  padding-top: clamp(4rem, 10vw, 10rem);
  padding-bottom: clamp(8rem, 20vw, 20rem);
}
.midQuoteSection .quote {
  color: #b9975b;
  text-align: center;
  font-size: clamp(1.875rem, 1.6vw + 1.525rem, 3.125rem);
line-height: clamp(3.75rem, 1.6vw + 3.4rem, 5rem);
  font-style: normal;
  font-weight: 400;
  max-width: 30ch;
}
