.scroll-to-top {
    position: fixed;
    display: none;
    right: 0px;
    bottom: 30px;
    z-index: 10;
}


.news-title span:after {
    content: "";
    position: absolute;
    width: 300px;
    height: 2px;
    background: #dc3545;
    left: 0px;
    bottom: 0px;
}
