@charset "UTF-8";
/***!  Style Declaration  !***/

.image-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:1rem auto;max-width:1000px}.image-row img{width:297px;height:432px;object-fit:cover;box-shadow:0 0 5px rgba(0,0,0,0.1);transition:transform .3s ease}.image-row img:hover{transform:translateY(-6px)}@media (max-width:900px){.image-row img{width:45%;height:auto}}@media (max-width:600px){.image-row img{width:100%;height:auto}}
