@font-face {
    font-family: 'Rounded-Bold';
    src: url(../fonts/MPLUSRounded1c-Bold.ttf);
}

.media_header {
    width: 80px;
    padding: 20px 0 20px 0;
    margin-bottom: 47px;
    font-family: 'Rounded-Bold', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 86%;
    color: #4b4b4b;
    border-bottom: 2px solid #1980b6;
}

.media_news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 5px;
}

.media {
    width: 23%;
}

.media_image img {
    width: 100%;
    height: 185px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.media_text {
    margin: 20px 0 20px 0;
}

.media_text a {
    padding: 0px 15px 0px 0 !important;
    font-family: 'Rounded-Bold', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #4b4b4b !important;
    text-decoration: none;
}

.media_text a:hover {
    text-decoration: underline;
}

.media_date {
    display: flex;
    align-items: center;
}

.media_date span {
    font-family: 'Rounded-Bold', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 133%;
    color: #b0b0b0;
}

.second {
    margin: 0 12px;
}

.media_news .media:first-child {
    margin-top: 15px;
}

.media-page-link {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}

@media (max-width: 992px) {
    .media {
        padding: 20px 0;
        width: 30%;
    }

    .media_text a {
        font-size: 18px;
    }

    .media_date span {
        font-size: 14px;
    }

    .second {
        margin: 0 6px;
    }
}

@media (max-width: 576px) {
    .media_header {
        margin: 0px 0px 20px 10px;
    }

    .media {
        padding: 20px 0;
        width: 100%;
    }

    .media_text a {
        font-size: 16px;
    }

    .media_date span {
        font-size: 12px;
    }

    .second {
        margin: 0 5px;
    }
}