.news{
    width: 100%;
    min-height: 1000px;
    background-color: #fff;
}

.nav {
    margin-top: 0px;
    padding: 25px 0px;
}

.bg-dark{
    background-color: #192440;
}

.text-news{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
}

.text-news h1{
    font-weight: 700;
    text-transform: uppercase;
    color: #192440;
    text-align: center;
    font-size: 2.5rem;
}

.text-news p{
    font-size: 19px;
    color: #192440;
    padding-bottom: 40px;
    text-align: center;
}


@media (max-width: 415px) {
    .text-news h1{
        font-size: 2rem;
    }

    .text-news p{
        font-size: 17px;
    }
    }