.cmp-image-gallery-section{align-items:center;display:flex;flex-wrap:nowrap;height:415px;justify-content:center;padding:2rem}
.cmp-image-gallery-img{flex:1;height:100%;margin:0 .5rem;object-fit:cover;object-position:center;width:180px}
.cmp-image-gallery-img:nth-child(1){height:80%}
.cmp-image-gallery-img:nth-child(3){height:70%}
.cmp-image-gallery-img:nth-child(4){height:90%}
.cmp-image-gallery-img:nth-child(5){height:97%;align-self:end}
@media(max-width:1024px){.cmp-image-gallery-img{width:130px}
}
@media(max-width:768px){.cmp-image-gallery-img:not(:last-child){display:none}
.cmp-image-gallery-img:last-child{height:100%;margin:0}
.cmp-image-gallery-section{padding:2rem 0}
}