.te-packages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.te-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0001}.te-card>img{width:100%;height:240px;object-fit:cover}.te-card-body{padding:18px}.te-card-body h3{margin-top:0}.te-card-body a{display:inline-block;padding:10px 15px;border-radius:9px;background:#198754;color:#fff;text-decoration:none;font-weight:800}.te-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:25px}.te-gallery img{width:100%;height:320px;object-fit:cover;border-radius:12px}@media(max-width:900px){.te-packages{grid-template-columns:1fr 1fr}.te-gallery{grid-template-columns:1fr 1fr}}@media(max-width:600px){.te-packages,.te-gallery{grid-template-columns:1fr}}