.gallery-section{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:1px solid #e1e5e9;border-radius:10px;flex-wrap:wrap;justify-content:space-between;gap:20px;padding:30px;display:flex}.gallery{box-sizing:border-box;background:#fff;border:1px solid #e1e5e9;border-radius:10px;flex-direction:column;justify-content:space-between;width:48%;height:auto;min-height:400px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.gallery:hover{border-color:#0053a6;transform:translateY(-5px);box-shadow:0 8px 20px #001a3333}.gallery img{object-fit:cover;width:100%;height:400px;display:block}.desc{text-align:center;color:#0053a6;background:#fff;border-top:1px solid #e1e5e9;border-radius:0;flex-direction:column;flex-grow:1;justify-content:space-between;min-height:120px;margin-top:0;padding:20px;transition:all .3s;display:flex;overflow:hidden}.gallery:hover .desc{background:#fff;border-top-color:#0053a6}.desc h3{text-align:center;color:#0053a6;text-overflow:ellipsis;white-space:nowrap;margin-bottom:12px;font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:1.25rem;font-weight:600;overflow:hidden}.desc p{color:#0053a6;margin-bottom:15px;font-family:Inter,Segoe UI,system-ui,sans-serif;line-height:1.5}.read-more{color:#fff;text-align:center;background:linear-gradient(135deg,#0053a6 0% 100%);border:2px solid #0053a6;border-radius:6px;margin-top:10px;padding:10px 20px;font-family:Inter,Segoe UI,system-ui,sans-serif;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.read-more:hover{color:#0053a6;background:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #001a3333}@media (max-width:768px){.gallery-section{gap:15px;padding:20px}.gallery{width:100%}.desc{padding:15px}.desc h3{font-size:1.1rem}.read-more{padding:8px 16px;font-size:.9rem}}@media (max-width:480px){.gallery-section{gap:12px;padding:15px}.gallery{min-height:350px}.desc{min-height:100px;padding:12px}.desc h3{font-size:1rem}.read-more{padding:6px 12px;font-size:.85rem}}
