.shr-hotel-features{display:flex;flex-direction:column;gap:clamp(30px,5vw,64px);font-family:"Inter",sans-serif;}
.shr-hotel-feature{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(28px,5vw,72px)}
.shr-hotel-feature:nth-child(even) .shr-hotel-feature__media{order:2;}
.shr-hotel-feature__media{overflow:hidden;aspect-ratio:4/3;border-radius:18px;background:#eee;}
.shr-hotel-feature__media img{display:block;width:100%;height: 100% !important; object-fit:cover;}
.shr-hotel-feature__content h3{margin:0 0 14px;font-family:"Fraunces",serif;font-size:clamp(28px,3.4vw,36px);font-weight:300;line-height:1.12;}
.shr-hotel-feature__description{color:#5c574f;font-size:16px;line-height:1.7;}
.shr-hotel-feature__description p{margin:0 0 12px;}
@media(max-width:767px){
    .shr-hotel-feature{grid-template-columns:1fr;gap:22px;}
    .shr-hotel-feature:nth-child(even) .shr-hotel-feature__media{order:0;}
    .shr-hotel-feature__media{border-radius:14px;}
}
