.highlight_content_with_image{
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.highlight_content_with_image h2{
     
    font-size: clamp(42px, 9vw, 60px);
  line-height: 1.2;
    color: #D0C4AB;
  text-align: center;
  font-family: "Playfair Display", serif;
  
}