
.footer-image-block__wrapper {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
} 

@media screen and (max-width: 768px) {
    .footer-image-block__wrapper {
        padding: 48px 0 0;
    } 
}