.news-title {
    font-style: italic;
    color: white !important;
    position: relative;
    font-weight: 500;
    z-index: 1000;
}

@media screen and (max-width: 400px) {
    .news-title {
        font-size: 2.5rem !important;
        line-height: 3rem;
    }
}