.page-node-type-laundry-about-us-page .body-bg {
  background-color: #f1eee7;
  min-height: 100vh;
  height: 100%;
  position: relative;
}

.page-node-type-laundry-about-us-page .body-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url("../../../images/laundry/laundry-woman.webp");
  background-size: auto 75%;
  background-position: 33% 100%;
  height: calc(100% - 80px);
}

section {
  position: relative;
  z-index: 1;
}

section.content {
  padding: 6rem 1.25rem 3.125rem;
  position: relative;
  z-index: 1;
  height: auto;
  min-height: 500px;
  align-content: center;
  background-image: url("../../../images/laundry/about-curve-accent.webp");
  background-size: cover;
  background-position: 0 bottom;
}

section h1 {
  font-size: 2.625rem;
  color: #ea5c27;
  font-weight: bold;
}

section p {
  font-size: 1.125rem;
  color: #3e3e3e;
  font-weight: 500;
  hyphens: none;
  line-height: 1.2;
}

h3 {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  color: #85dade;
  font-weight: bold;
  padding-left: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 175px;
  margin: 0;
}

.content p br {
  display: none;
}

section.content .inner-content > p:first-of-type br {
  display: none;
} 

@media (min-width: 500px) {
  section.content {
    min-height: 500px;
  }

  h3 {
    padding-bottom: 215px;
    padding-top: 4.8rem;
  }

  .page-node-type-laundry-about-us-page .body-bg::before {
    background-size: auto 87%;
  }
}

@media (min-width: 767px) {
  section.content {
    padding: 6rem 2.5rem 3.125rem;
    min-height: 550px;
  }

  section h1 {
    font-size: clamp(3.4rem, 3.3vw, 4rem);
  }

  section p {
    font-size: clamp(1.5rem, 1.35vw, 2.2rem);
  }

  .page-node-type-laundry-about-us-page .body-bg::before {
    background-position: 32% 100%;
    background-size: auto;
  }

  h3 {
    font-size: clamp(2.8rem, 3vw, 3.5rem);
    padding-left: 2.6rem;
    padding-bottom: 320px;
    padding-top: 1.8rem;
  }
}

@media (min-width: 850px) {
  section.content .inner-content {
    padding-right: 8vw;
  }
}

@media (min-width: 920px) {
  section.content .inner-content {
    padding-right: 15vw;
  }
}

@media (min-width: 992px) {
  section.content {
    padding: 6.875rem 3.5rem 3.125rem;
  }

  section.content .inner-content {
    max-width: 700px;
    padding-right: 0;
  }

  h3 {
    padding-left: 3.5rem;
  }
}

@media (min-width: 1200px) {
  section.content {
    padding: 6.875rem 6rem 3.125rem;
    background-position: bottom;
    min-height: 615px;
  }

  section.content .inner-content {
    max-width: 550px;
  }

  h3 {
    padding-left: 6rem;
    padding-top: 1rem;
    padding-bottom: 300px;
  }

  .page-node-type-laundry-about-us-page .body-bg::before {
    background-position: 50% 50%;
  }
}

@media (min-width: 1300px) {
  section.content .inner-content {
    max-width: 550px;
  }
}

@media (min-width: 1450px) {
  section.content .inner-content {
    max-width: 900px;
  }

  .content p br {
    display: block;
  }
}

@media (min-width: 1600px) {
  h3 {
    padding-top: 1.5rem;
  }

  .page-node-type-laundry-about-us-page .body-bg::before {
    background-position: 50% 0%;
  }
}

@media (min-width: 1650px) {
  section.content .inner-content {
    max-width: 1100px;
  }
  
  section.content .inner-content p:first-of-type br {
    display: block;
  }
}
