<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-date{
    display: block;
    color: #fff;
    font-size: 20px;
    margin-bottom: 33px;
    font-family: InterTight-Medium;
}

.swipe-box{
    position: relative;
    width: 100%;
}

.nice-select .list {
    height: 25rem;
    overflow-y: scroll;
}

.text{
    margin-top: 6rem;

}
.text p{
    font-family: InterTight-Medium;
    font-size: 14px;
    color: #fff;
    text-align: center;

    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:991px){
    .swipe-box{
        overflow-x: scroll;
        padding-bottom: 30px;
    }
    .list{
        width: 1200px;
        overflow-x: hidden;
    }
    .listBox__list{
        max-width: 100%;
    }
    .listBox__top{
        max-width: 100%;
    }
    .text p{
        max-width: 100%;
    }
}

</pre></body></html>