.more-than-a-place-section{padding-block:clamp(3rem,6vw,6rem);/* ========================= LEFT CONTENT ========================= */ /* ========================= IMAGES + BACKGROUND PAD ========================= */ /* ========================= RESPONSIVE ========================= */}.more-than-a-place-section .container > div{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center;}.more-than-a-place-section h2{color:#b69469 !important;position:relative;margin-bottom:28px;}.more-than-a-place-section h2::after{content:"";position:absolute;left:0;bottom:-14px;width:110px;height:4px;background:currentColor;border-radius:2px;}.more-than-a-place-section h3{font-size:clamp(1.2rem,3vw,1.35rem);margin-bottom:1.25rem;}.more-than-a-place-section .container > div > div:first-child{display:flex;flex-direction:column;gap:0;}.more-than-a-place-section .container > div > div:first-child p{margin:0 0 1.25rem 0;}.more-than-a-place-section .container > div > div:first-child > div:first-child{font-style:italic;position:relative;padding-bottom:0.75rem;margin-bottom:1.25rem;}.more-than-a-place-section .container > div > div:first-child a{align-self:flex-start;margin-top:1.5rem;padding:0.75rem 1.75rem;background:#c9a26a;color:#fff;font-weight:600;border-radius:6px;text-decoration:none;transition:all 0.25s ease;}.more-than-a-place-section .container > div > div:first-child a:hover{background:#be8f4c;transform:translateY(-1px);}.more-than-a-place-section .images-container{position:relative;display:flex;justify-content:flex-end;align-items:center;/* background pad */}.more-than-a-place-section .images-container::before{content:"";position:absolute;top:-8%;right:-6%;width:85%;height:95%;background:#f7f3ec;border-radius:24px;z-index:0;}.more-than-a-place-section .images-container img{position:relative;border-radius:14px;box-shadow:0 20px 40px rgba(0,0,0,0.15);object-fit:cover;z-index:1;}.more-than-a-place-section .images-container img:first-child{width:100%;max-width:520px;}.more-than-a-place-section .images-container img:last-child{position:absolute;border:4px solid #FFF;right:-10%;bottom:-12%;width:55%;max-width:300px;z-index:2;}@media (max-width:1024px){.more-than-a-place-section .container > div{grid-template-columns:1fr;}.more-than-a-place-section .images-container{margin-top:2.5rem;}.more-than-a-place-section .images-container::before{right:-2%;width:90%;}.more-than-a-place-section .images-container img:last-child{right:0;bottom:-10%;}}@media (max-width:640px){.more-than-a-place-section h2::after{width:80px;height:3px;}}