
.gallery-feature-section{padding:40px 0 12px}
.gallery-feature-card{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:34px;align-items:center;padding:28px;border:1px solid #e4e9f2;border-radius:20px;background:#fff;box-shadow:0 18px 46px rgba(7,27,67,.09)}
.gallery-feature-image{min-height:240px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:14px;background:#f5f7fb}
.gallery-feature-image img{width:100%;height:100%;max-height:360px;object-fit:contain}
.gallery-feature-content h2{margin:0 0 14px;color:#071b43}
.gallery-feature-content p{color:#667085;line-height:1.7}
.gallery-feature-link{display:inline-flex;margin-top:8px;color:#ef1746;font-weight:800;text-decoration:none}
@media(max-width:991px){.gallery-feature-card{grid-template-columns:1fr}}
