.cover {
    background: url(../img/common/bg-news.png) no-repeat center center;
    background-size: cover;
}

svg {
    top: 55%;
}

.path01 {
    stroke: url(#grad01);
}

.path02 {
    stroke: url(#grad02);
}

.post_body{
    margin-bottom: 50px;
}

.secTitle{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.meta{
    margin-bottom: 30px;
    color: #aaa;
    font-weight: 400;
    letter-spacing: 0.06rem;
    text-align: right;
    font-size: 14px;
}

.cat-title{
    margin-bottom: 30px;
}