.wendland-location-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:28px;
  padding:28px;
  border:1px solid rgba(90,23,56,.16);
  border-radius:18px;
  background:linear-gradient(125deg,#fff 0%,#f7ede6 100%);
  box-shadow:0 12px 34px rgba(60,40,50,.06);
}
.wendland-location-cta>div{max-width:760px}
.wendland-location-cta h3{
  margin:5px 0 10px;
  color:#44102c;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.65rem,3vw,2.35rem);
  font-weight:400;
  line-height:1.12;
}
.wendland-location-cta p{margin:0;color:#7e6d72}
.wendland-location-cta .btn{flex:0 0 auto;text-align:center}
@media(max-width:760px){
  .wendland-location-cta{align-items:stretch;flex-direction:column;padding:23px 20px}
  .wendland-location-cta .btn{width:100%}
}
