.news-list .item .title {
    overflow: unset;
    white-space: unset;
    text-overflow: unset;
}

@media screen and (max-width: 768px) {
    .SingleNewsContents ul h2 {
        font-size: 5vw;
    }
}