﻿.viewcat-page h2,
.viewcat-page h3{
    font-size: 17px;
    font-weight: 500;
}

.viewcat-page h2 a,
.viewcat-page h3 a{
    color: #333;
    transition: 0.4s all;
}

.viewcat-page h2 a:hover,
.viewcat-page h3 a:hover{
    color: #05833a;
}

.viewcat-page img{
    margin-right: 15px;
}
.other-news .h3{
    font-size: 15px;
    margin-bottom: 5px;
}
.other-news li{
    display: block;
    margin-bottom: 5px !important;
}
.other-news h4{
    color: #333;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}

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