/* `xxxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1579.98px) {

}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .news-body .row-news .news-box .news-content h1 {
        margin-top: 1rem;
        font-size: 24px;
    }

}
@media(min-width: 1024.98px) and (max-width: 1199.98px) {

}
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 1024.98px) {
    .news-body {
        min-height: auto;
        padding-bottom: 3rem;
    }
    .news-body .row-news .news-box {
        min-height: 15rem;
        padding: 0 0.5rem;
    }
    .news-body .row-news .news-box .news-content {
        margin-top: 1rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .news-body .row-news .news-box .news-content h1 {
        margin-top: 1rem;
        font-size: 22px;
    }
    .news-body .row-news .news-box .news-content p {
        margin: 1rem 1rem 0;
        font-size: 14px;
    }
}
@media(min-width: 767.98px) and (max-width: 991.98px) {
    .page-header h1 {
        text-align: center;
        font-size: 40px;
    }
    .news-body .category-container{
        max-width: 100%;
    }
    .news-body .row-category .category h6 {
        font-size: 18px;
    }
    .news-body .row-category .category h6::before {
        font-size: 18px;
    }
    .news-body .row-category .category {
        max-width: 33%;
    }
    .news-body .row-category .gold {
        max-width: 35%;
    }
    .news-body .row-category .generali {
        max-width: 35%;
    }
    .news-body .row-category {
        row-gap:1rem;
        justify-content: center;
    }

}
/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 768.98px) {
    .page-header h1 {
        text-align: center;
        font-size: 40px;
        width: max-content;
    }
    .news-body .category-container{
        max-width: 100%;
    }
    .news-body .row-category .category h6 {
        font-size: 18px;
    }
    .news-body .row-category .category h6::before {
        font-size: 18px;
    }
    .news-body .row-category .category {
        max-width: 33%;
    }
    .news-body .row-category .gold {
        max-width: 35%;
    }
    .news-body .row-category .generali {
        max-width: 35%;
    }
    .news-body .row-category {
        row-gap:1rem;
        justify-content: center;
    }

}
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .news-body .row-category .category h6 {
        font-size: 16px;
    }
    .news-body .row-category .category h6::before {
        font-size: 16px;
    }
    .news-body .row-category .category {
        max-width: 33%;
    }
    .news-body .row-category .gold {
        max-width: 35%;
    }
    .news-body .row-category .generali {
        max-width: 35%;
    }
    .news-body .row-category {
        row-gap:1rem;
        justify-content: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .news-body .row-news {
        padding: 0 1rem;
    }
}
@media (max-width: 419.98px) {
    .news-body .row-category .generali h6::before{
        left: 0;
    }
}
@media(min-width: 0px) and (max-width: 991.98px) {
    .nav-link-news {
        font-size: 26px !important;
    }
}
