.background-text-custom-section h1.hero__title {     line-height: 1;font-size: clamp(40px, 25vw, 390px); }
body.template-page.template-about-us { background-color: #f5f0e2; }
.background-text-custom-section img { width: 100%; max-width: 820px; object-fit: contain; }
@media(max-width:1199px){
  .background-text-custom-section h1.hero__title { line-height: 1; font-size: clamp(40px, 24vw, 390px); }
}
@media(max-width:749px){
  .background-text-custom-section img {max-width:80%;}
}
@media(max-width:490px){
  .background-text-custom-section h1.hero__title { line-height: 1; font-size: clamp(36px, 22vw, 390px); }
}

