.section-image-grid{padding:0 20px}.image-grid__title{color:#2aade1;font-family:Arial,sans-serif;font-size:2.5rem;font-weight:700;text-align:center}.image-grid{display:grid;gap:10px;grid-template-columns:.5fr .5fr;margin:0 auto;width:100%;@media only screen and (min-width:680px){grid-template-columns:repeat(2,300px);width:fit-content}@media only screen and (min-width:990px){gap:36px;grid-template-columns:repeat(3,300px)}@media only screen and (min-width:1200px){grid-template-columns:repeat(3,1fr)}@media only screen and (min-width:1440px){grid-template-columns:repeat(3,374px)}}.image-grid__image{aspect-ratio:1.5;border-top:10px solid #60f299;width:100%;@media only screen and (min-width:680px){width:300px}@media only screen and (min-width:1200px){max-width:374px;width:100%}}