/*
* StyloCore Frontend CSS
*/
.upress-post-title h2 {
    margin-bottom: 20px;
}
@media screen and (max-width: 1400px){
    .upress-post-title h3 {
        margin-top: 0px;
    }
}
@media screen and (max-width: 1200px){
    .upress-post-title h3 {
        font-size: 24px !important;
        margin-top: 10px;
    }
}
@media screen and (max-width: 768px){
    .upress-clasic-second-col {
        padding-right: 0 !important;
    }
}
