

@import url("news.css");


body:before {
    background-image: url(../images/news/bg-next-knowledge.webp);
}

@media(max-width: 768px) {
    .wrapTitlePage {
        padding: 25.7vw 0 20.3vw;
    }
    .wrapTitlePage .titleEn {
        line-height: 1;
        margin-bottom: clamp(13px,3.5vw,20px);
    }
    
}