@CHARSET "UTF-8";

@media screen and (max-width: 768px){
    .images-grid-wrap .image-box {
        width: calc(50% - 10px);
    }
}
