.images-pair__wrapper img{
    max-width: 50%;
    object-fit: cover;
    height: auto;
}
.images-pair__wrapper{
    display: flex;
    flex-wrap: wrap;
}

@media(max-width: 850px) {
    .images-pair__wrapper img{
        max-width: 100%;
    }
}