
.news {

}
.news-content {
    padding-bottom: 3rem;
}
.news-top {
    padding: 135px 0 60px;
}
.news-top-title {
    font-family: 'Montserrat-SemiBold';
    font-size: 60px;
    line-height: 70px;
    color: #000;
    text-align: center;
}
.news-item {
    float: left;
    width: 32.236842%;
    margin: 0 1.644737% 44px 0;
    /* border-bottom: 1px solid #d4d4d4; */
}
.news-item:nth-child(3n) {
    margin-right: 0;
}
.news-item-img {
    display: block;
    overflow: hidden;
}
.news-item-img img {
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}
.news-item-title {
    padding: 14px 0;
}
.news-item-title a {
    display: block;
    height: 52px;
    font-family: 'Montserrat-SemiBold';
    font-size: 18px;
    line-height: 26px;
    color: #000;
    overflow: hidden;
}
.news-item-date {
    padding: 15px 0;
    font-family: 'Montserrat-Light';
    font-size: 16px;
    line-height: 16px;
    color: #8d8d8d;
    border-top: 1px solid #e5e5e5;
}
.news-date-icon {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-image: url('../images/calendar.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}
.news-item:hover .news-item-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.news-item:hover .news-item-title a {
    color: #bb0404;
}
.news-item:hover .news-item-date {
    color: #bb0404;
    border-top: 1px solid #bb0404;
}
.news-item:hover .news-date-icon {
    background-position: -20px 0;
}

@media (max-width: 992px){
    
    .news-item,
    .news-item:nth-child(3n) {
        width: 49.1776315%;
        margin: 0 1.644737% 44px 0;
    }
    .news-item:nth-child(2n) {
        margin-right: 0;
    }
}
@media (max-width: 768px){
    .news-top {
        padding: 2.7rem 0 1.2rem;
    }
    .news-top-title {
        font-size: 50px;
        line-height: 60px;
    }
}
@media (max-width: 576px){
    .news-top-title {
        font-size: 36px;
        line-height: 50px;
    }
    .news-item {
        width: 100% !important;
        margin: 0 0 .8rem 0 !important;
    }
}