
.News
{
    margin: 0px 10px 60px 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;
}

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

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

.News .NewsBG
{
    height: 230px;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: all .8s;
}

.News .NewsBG:hover
{
    -webkit-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
    filter: brightness(1.2);
}

.NewsBlock span
{
    line-height: 1.3;
    margin-right: 5px;
    margin-left: 5px;
}
