@charset "UTF-8";.gallery{display:flex;flex-direction:column;justify-content:space-between;padding-top:6.25rem;padding-bottom:7.5rem;align-items:center}@media only screen and (min-width: 768px) and (max-width: 1280px){.gallery{padding-top:5rem;padding-bottom:6.25rem}}@media only screen and (max-width: 768px){.gallery{padding-top:3.5rem;padding-bottom:4.5rem}}.gallery__container{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;width:100%}@media only screen and (max-width: 768px){.gallery__container{grid-template-columns:1fr;justify-items:center}}
