.newsPage {
    background-image: url("../img/newsPage-bg.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 84px;
    padding-bottom: 100px;
    min-height: 88vh;
}

.newsPage__box {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.newsPage__box img {
    min-width: 250px;
    width: 17.3vw;
}

.newsPage__content {
    width: 40.6vw;
    min-width: 585px;
}

.newsPage__date {
    padding-top: 0 !important;
    padding-bottom: 20px;
    text-align: start;
    font-size: 16px;
    font-weight: 700;
    font-family: Montserrat;
}

.newsPage__heading {
    font-size: 20px;
    font-weight: 700;
    font-family: Montserrat;
    padding-bottom: 22px;
    padding-top: 0;
    max-width: 100%;
    text-align: start;
}

.newsPage__text {
    font-size: 15px;
    font-weight: 500;
    font-family: Montserrat;
    line-height: 19px;
}

.newsPage__el {
    position: absolute;
    bottom: 0;
    left: 0;
}


@media (min-width: 767px) and (max-width: 1024px) {
    .header__logo-icon {
        display: block;
        visibility: visible;
    }

    .header__logo {
        display: block;
        visibility: visible;
    }

    .newsPage {
        background-image: url("../img/tablet-bg-news-vertical.jpg");
        min-height: 85vh;
        padding-top: 50px;
        padding-right: 40px;
        padding-left: 40px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .newsPage__box {
        flex-direction: column;
        align-items: center;
    }

    .newsPage__date {
        text-align: center;
    }

    .newsPage__heading {
        text-align: center;
    }

    .newsPage__el {
        display: none;
    }
}

@media (min-width: 767px) and (max-width: 1024px) and (max-height: 1024px) {
    .header__logo-icon {
        display: block;
        visibility: visible;
    }

    .header__logo {
        display: block;
        visibility: visible;
    }


    .newsPage {
        background-image: url("../img/tablet-bg-newsPage-horizontal.jpg");
        padding-right: 40px;
        padding-left: 40px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .newsPage {
        padding-top: 50px;
    }

    .newsPage__box {
        flex-direction: column;
        align-items: center;
    }

    .newsPage__date {
        text-align: center;
    }

    .newsPage__heading {
        text-align: center;
    }

    .newsPage__el {
        display: none;
    }
}

@media (max-width: 767px) {

    /* background-image: url("/img/mobile-newsPage-bg.webp"); */

    .newsPage {
        background-image: url("../img/mobile-newsPage-bg.jpg");
        padding-top: 54px;
        padding-right: 30px;
        padding-left: 30px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .newsPage__box {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .newsPage__box img {
        min-width: 250px;
        width: 100%;
    }

    .newsPage__content {
        width: 100%;
        min-width: 260px;
    }

    .newsPage__heading {
        font-size: 18px;
    }

    .newsPage__text {
        font-size: 13px;
    }

    .newsPage__el {
        display: none;
    }
}