.gallery-section{max-width:80%;margin:0 auto}.gallery-title{text-align:center;font-family:Playfair Display,serif;color:#451a03;font-size:2rem}.gallery-image-wrapper{border-radius:15px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 4px 15px rgba(0,0,0,.1);background:#f5f5f4}.gallery-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-img:hover{transform:scale(1.05)}.swiper-button-next,.swiper-button-prev{color:#d4a054!important}.swiper-pagination-bullet-active{background:#d4a054!important}@media (max-width:768px){.gallery-title{font-size:1.5rem}.gallery-section{padding:10px;background-color:none;max-width:90%}.gallery-image-wrapper{background:none}}