.images-section__image {
height: 80px;
max-width: 100%;
object-fit: contain
}
.images-section__background {
display: flex;
flex-direction: column;
gap: 25px;
align-items: center
}
@media (min-width: 1200px) {
.images-section__background {
display: flex;
flex-direction: row;
justify-content: space-between
}
}
.images-section__image {
width: max-content;
}