@media (min-width: 576px) {
    .c-articles__preview-img {
        width: 120px;
        height: 120px;
    }
    .c-previews {
        margin: 20px 0;
    }
    .contacts__block--double {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .contacts__block--double .contacts__item {
        width: 50%;
        max-width: 50%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .contacts__text--bold {
        font-weight: normal;
    }
    .contacts__text {
        display: flex;
    }
    .contacts__text--half {
        width: 100%;
        max-width: 100%;
    }
    .contacts__text-detail {
        width: 50%;
        max-width: 50%;
    }
    .c-education--spec .c-statistics__list.flex-nowrap {
        margin-left: auto;
        margin-right: auto;
    }

    .health-caption-img {
        position: relative;
    }
    .health-caption-img:before {
        content: "";
        display: block;
        padding-top: 31%;
    }
    .health-caption-img img {
        position: absolute;
        top: 0;
        width: calc(100% - 24px);
        height: 100%;
        object-fit: cover;
    }
}