@media screen and (max-width: 639px) {
    .home-news .title {
        width: 100px;
    }

    .home-news .list {
        width: calc(100% - 140px);
    }
    
    .aos-animate .wrapper .line3 {
        left: 130px !important;
    }
}