.image-grid{display:grid;grid-template-columns:repeat(4,267px);gap:30px;justify-content:start}
.image-item{width:267px;height:auto;overflow:visible;box-sizing:border-box;text-align:center}
.image-item img{width:279px;height:164px;object-fit:cover;display:block}
@media(max-width:1000px){.image-grid{grid-template-columns:repeat(2,1fr)}
.image-item{width:100%;height:auto}
.image-item img{height:200px;object-fit:cover}
}
@media(max-width:600px){.image-grid{grid-template-columns:1fr}
.image-item img{height:auto;object-fit:contain}
}
.teaser-title{margin:6px 0 0;font-family:'Source Sans Pro','Source Han Sans',sans-serif;font-size:.95rem;text-align:center}