@media (min-width: 1px) {
    .news-navbar-logo {
        width: 90px;
        height: 90px;
        top: 5px;
    }
}

@media (min-width: 576px) {
    .news-navbar-logo {
        width: 110px;
        height: 110px;
        top: 10px;
    }
}

@media (min-width: 1px) and (max-width: 575px) {
    .news-navbar-logo-v2 {
        display: none;
    }
}

@media (min-width: 1px) {
    .year-navbar-col {
        background-color: #e9e9e9;
        width: 65%;
        height: 45px;
        overflow: hidden;
        box-shadow: 0px 0px 2px 0px #e9e9e9;
        display: inline-block;
    }
}

@media (min-width: 576px) {
    .year-navbar-col {
        width: 420px;
        height: auto;
    }
}

@media (min-width: 768px) {
    .year-navbar-col {
        width: 540px;
    }
}

@media (min-width: 992px) {
    .year-navbar-col {
        width: auto;
    }
}

.year-navbar-arrows {
    width: 55px;
    font-weight: bold;
    font-size: 15px;
}

.year-navbar-arrows i {
    color: rgba(22, 122, 139, 0.4);
}

.year-navbar-arrows.active i {
    color: #167a8b;
}

@media (min-width: 1px) {
    .year-navbar-link {
        padding: 9px 25px;
        letter-spacing: 0.54px;
        font-size: 15px;
        color: rgba(22, 122, 139, 0.6);
        font-weight: bold;
    }
}

@media (min-width: 576px) {
    .year-navbar-link {
        padding: 9px 30px;
        letter-spacing: 0.54px;
        font-size: 15px;
        color: rgba(22, 122, 139, 0.6);
        font-weight: bold;
    }
}

.year-navbar-link.active {
    color: #167a8b;
    text-decoration: underline;
}

.year-navbar-link:hover,
.year-navbar-link:focus {
    color: #167a8b;
    text-decoration: underline;
}

/* news section */

.news-section {
    margin-bottom: 70px;
}

.news-section-date {
    letter-spacing: 0.42px;
    color: #2e2b2b;
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 6px;
    font-weight: bold;
}

.news-section-summary {
    letter-spacing: 0.66px;
    text-transform: none;
    color: black;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.news-section-readmore {
    border-radius: 4px;
    width: 125px;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0px;
    color: #167a8b;
    letter-spacing: 0.54px;
    border: 1px solid #167a8b;
}

.news-section-readmore:hover,
.news-section-readmore:focus {
    color: white;
    background-color: #167a8b;
}

.news-section-rectangle-img {
    width: 70%;
    aspect-ratio: 1/0.5;
    margin-bottom: 15px;
    margin-top: 0px;
    object-fit: contain;
    object-position: center;
    background-color: #e9e9e9;
    border-radius: 4px !important;
}

.news-section-square-img {
    width: 35%;
    aspect-ratio: 1/1;
    background-color: #e9e9e9;
    margin-bottom: 15px;
    margin-top: 0px;
    object-fit: contain;
    object-position: center;
    border-radius: 4px !important;
}

@media (min-width: 1px) and (max-width: 991px) {
    .news-section-square-img {
        width: 49%;
    }

    .news-section-rectangle-img {
        width: 99%;
    }
}

.news-section-paginations {
    letter-spacing: 0.54px;
    font-weight: bold;
    font-size: 15px;
    padding: 6px 0px;
    margin-left: 65px;
    color: rgba(36, 178, 115, 0.6);
}

.news-section-paginations:hover,
.news-section-paginations:focus {
    color: rgb(36, 178, 115);
}

.news-section-paginations.active {
    color: rgb(36, 178, 115);
}
