@charset "UTF-8";

@media screen and (max-width : 1024px) {
    .l-img{
        flex-direction: column;
    }
    .l-img .l-img__img {
        text-align: center;
    }
}