﻿.viewcat-page .page-item{
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.viewcat-page .page-item:last-child{
    border-bottom: none;
    padding-bottom: 0
}

.viewcat-page .page-item img{
    margin-right: 20px;
    border: 1px solid #dedede;
}

.viewcat-page .page-item h2,
.viewcat-page .page-item h3{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 4px;
}

.viewcat-page .page-item a{
    color: #333;
}

.viewcat-page .page-item a:hover{
    color: #e41e2a;
}

.news-detail h1{
    font-size: 24px;
    font-weight: 400;
}

.other-news h3{
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    background-color: #eee;
    padding: 10px 20px;
    border-left: 2px solid #e41e2a;
}

.other-news h4{
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
}

.other-news a{
    color: #333;
}

.other-news a:hover{
    color: #e41e2a;
}

@media (max-width: 767.98px) {
    .viewcat-page .page-item img{
        width: 100%;
        margin: 0;
    }
}