
.News
{
    margin: 0px 10px 50px 10px;
}

.News img
{
    height: 230px;
    width: 100%;
}

.News .NewsBlock
{
    height: 210px;
    width: 100%;
    background-color: white;
    padding: 20px;
}

.NewsBlock .date
{
    font-size: 12px;
    color: gray;
    padding-bottom: 10px;
}

.NewsBlock .title
{
    font-family: YesevaOne;
    font-weight: bold;
    color: #0f272d;
    word-break: break-word;
}

.NewsBlock .readmore
{
    font-size: 12px;
}

.NewsBlock .readmore a:hover
{
    color: #F77014 !important;
}

.News .NewsBG
{
    height: 220px;
    width: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
#NewsList .News {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#NewsList .News .NewsBG {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; 
}

#NewsList .News:hover .NewsBG {
    -webkit-filter: brightness(65%);
    -moz-filter: brightness(65%);
    filter: brightness(65%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;  
}

.NewsBlock span
{
    line-height: 1.3;
    margin-right: 5px;
    margin-left: 5px;
}
.NewsBlock p {
    color: #777777;
    font-size: 14px;
    font-weight: 500;
    font-family: GalanoGrotesque;
}

@media only screen and (min-width: 767px) {
    .fixed-height {
        height: 220px;
    }
}