.images-section__image {
height: 80px;
max-width: 100%;
object-fit: contain
}
.images-section__background {
display: flex;
flex-direction: column;
gap: 25px;
align-items: center
}
.images-section__image {
width: max-content;
}