﻿#banner
{
    background: url(/image/banner_news.jpg) no-repeat #5c5b5e;
    background-position: center;
}

#newsCategories
{
    font-size: 18px;
}

.news-block
{
    line-height: 1.8;
    font-size: 18px;
}

@media(max-width: 768px)
{
    .news-block
    {
        font-size: 14px;
    }
}

.news-block p
{
    text-indent: 2em;
}

.news-block span
{
    font-size: 14px;
}

#latest .price
{
    color: #e54a4a;
    font-size: 18px;
}
