@charset "UTF-8";

.top-news-bg {
    position: relative;
}
.top-news-bg::after {
    content: '';
    display: inline-block;
    background: url(/system_panel/uploads/images/deco-sec3-2.svg) no-repeat;
    background-size: contain;
    width: 102px;
    height: 180px;
    position: absolute;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 768px) {
    .top-news-bg::after {
        width: 62px;
        height: 109px;
    }
}