
.article-img {
    margin-bottom: 60px;
    width: 100%;
    border-radius: 15px;
    max-height: 426px;
    max-height: clamp(15.125rem, 11.8261rem + 12.3324vw, 26.625rem);
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    .article-img {
        height: 196px;
        max-height: none;
        margin-bottom: 35px;
    }
}