

.news-events-list{
    padding: 0 5rem 0 0;
}
.news-events-row{
    display: flex;
    flex-wrap: wrap;
    gap: 50px 0;
    margin: 0 -20px;
}
.news-events-col-left{
    width: 70%;
    padding: 0 20px;
}
.news-events-col-right{
    width: 30%;
    padding: 0 20px;
}
.news-events-item{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 0 0 3rem 0;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ccc;
}
.news-events-item-image{
    width: 260px;
}
.news-events-item-image img{
    width: 100%;
}
.news-events-item-content{
    width: calc(100% - 260px);
    padding: 0 0 0 30px;
}
.news-events-row h2{
    margin: 0 0 4rem 0;
}
.news-events-item-content h4{
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0;
    color: #2596D1;
}
.news-events-item-content h4 a{
    color: #2596D1;
    transition: all 0.3s ease;
    display: block;
}

.news-events-item-content h6{
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #142028;
}
.news-events-item-content p{
    margin: 0 0 20px 0;
    color: #142028;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.read-more-text-btn{
    color: #142028!important;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Reservation Wide", sans-serif;
}
.read-more-text-btn:hover{
    color: #2596D1!important;
}
.news-events-sidebar-item{
    margin: 0 0 50px 0;
}
.news-events-sidebar-item h4{
    color: #2596D1;
    margin: 0 0 10px 0;
    font-size: 27px;
    line-height: normal;
    font-weight: 700;
    font-family: "Reservation Wide", sans-serif;
}
.news-events-sidebar-item h4 a{
    color: #2596D1;
}
.news-events-sidebar-item p{
    margin: 0 0 10px 0;
}
.news-events-sidebar-item ul{
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}
.news-events-sidebar-item ul li{
    color: #142028;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 15px 0;
}
.news-events-sidebar-item ul li img{
    position: absolute;
    left: 0;
    top: -2px;
    width: 24px;
}
.news-events-sidebar-item h6{
    color: #2596D1;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    font-family: "Museo Sans", sans-serif;
}


.pagination ul{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}
.pagination ul li a{
    text-decoration: none;
    padding: 10px;
    min-width: 40px;
    height: 40px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2596D1;
    border-radius: 0px;
    transition: all 0.3s ease;
}
.pagination ul li a:hover,
.pagination ul li.active a{
    background-color: #2596D1;
    color: #fff;
}




/* Responsive */

@media screen and (max-width: 1599px) {
    .news-events-sidebar-item h4{
        font-size: 22px;
    }
}
@media screen and (max-width: 1299px) {
    .news-events-list{
        padding: 0;
    }
}
@media screen and (max-width: 1199px) {
    .news-events-item-content h4{
        font-size: 20px;
        line-height: 28px;
    }
    .news-events-row{
        gap: 30px 0;
        margin: 0 -10px;
    }
    .news-events-col-left{
        padding: 0 10px ;
    }
    .news-events-col-right{
        padding: 0 10px;
    }
}
@media screen and (max-width: 991px) {
    
    .news-events-col-left,
    .news-events-col-right{
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    
    .news-events-item-image{
        width: 200px;
    }
    .news-events-item-content{
        width: calc(100% - 200px);
        padding: 0 0 0 20px;
    }
}
@media screen and (max-width: 767px){
    
    .news-events-item-image{
        width: 100%;
    }
    .news-events-item-content{
        width: 100%;
        padding: 0;
    }
}