@charset "UTF-8";

.c-img--m2 img {
    width: 100%;
    max-width: 500px;
    max-height: 200px;
}

.article-list--circle {
    margin-bottom: 0;
}

@media screen and (max-width: 900px){
    .l-img {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 20px;
    }
}