﻿.viewcat-page h2,
.viewcat-page h3{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.viewcat-page img{
    margin-right: 10px;
}

.viewcat-page a{
    color: #005cb6;
    font-family: 'Dorsa-Regular';
}

.viewcat-page p{
    margin: 0;
}

.other-news .h3{
    font-size: 15px;
    margin: 10px 0;
}

.other-news ul li{
    font-size: 15px;
}

.other-news ul li em{
    font-size: 13px;
}

.detail h1{
    font-family: 'Dorsa-Regular';
    font-weight: 500;
}

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