#news .head-news {
    text-align: center;
}

#news .head-news h2 {
    font-family: 'PT Serif', serif;
    font-size: 4.5rem;
    margin-top: 3rem;
}

#news .news-all {
    margin-top: 5rem;
}

#news .new1 {
    background: #f7f7f7;
    padding: 3rem;
    border-radius: 20px;
    margin-top: 5rem;
    text-align: center;
}

#news .new1 img {
    height: 17vh;
    border-radius: 10px;
}

#news .new1 .new-content {
    text-align: center;
}

#news .new1 .new-content h3 {
    font-size: 2.5rem;
    margin: 1rem 0;
}

#news .new1 .new-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8rem;
    text-align: justify;
    margin: 4rem 0;
}

#news .new1 .new-content a {
    font-size: 2rem;
    color: #fff;
    background: #3e4095;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    transition: 0.3s;
}


@media (max-width: 1100px) {
    :root {
        font-size: 40%; /*modificar as medidas rem*/
    }
}

@media (min-width: 1100px) { 

    #news .head-news {
        text-align: center;
    }

    #news .head-news h2 {
        font-family: 'PT Serif', serif;
        font-size: 4.5rem;
    }

    #news .news-all {
        margin-top: 5rem;
    }

    #news .new1 {
        display: flex;
        justify-content: flex-start;
        background: #f7f7f7;
        padding: 3rem;
        border-radius: 20px;
        margin-top: 5rem;
    }

    #news .new1 img {
        width: 10vw;
        border-radius: 10px;
    }

    #news .new1 .new-content {
        padding-left: 5rem;
        text-align: left;
    }

    #news .new1 .new-content h3 {
        font-size: 2.5rem;
        margin: 0;
    }

    #news .new1 .new-content p {
        font-family: 'Open Sans', sans-serif;
        text-align: justify;
        margin-bottom: 1rem;
        margin-top: 0;
    }

    #news .new1 .new-content a {
        font-size: 1.2rem;
        color: #fff;
        background: #3e4095;
        border-radius: 10px;
        padding: 1rem 1.5rem;
        transition: 0.3s;
    }
}
