.home-two-images-block {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.home-two-images-block a {display: block; width: 100%; max-width: 49%;}
.home-two-images-block a img {width: auto; max-width: 100%; height: auto;}

@media all and (max-width: 768px) {
    .home-two-images-block a {max-width: 100%; margin-bottom: 20px;}
    .home-two-images-block a:last-of-type {margin-bottom: 0;}
}
