@media screen and (min-width: 942px) {
    .section-header {
        display: flex;
        padding: 2rem 10px;
        background-color: #ba0f14;
        color: white;
        text-align: center;
        font-size: larger;
        justify-content: center;
    }

    .section-header div {
        flex: 1;
        text-align: center;
        padding: 10px;
    }

    .conteudo {
        display: flex;
        flex-direction: row;
        align-items: center;
        border-bottom: 1px solid #e0e0e0;
        padding: 3vw 15vw 3vw 15vw;
        margin: 35px;
        background-color: #f7f7f7;
    }

    .conteudo div:nth-child(1) {
        flex: 1;
        margin-right: 20px;
        text-align: center;
    }

    .titulo {
        color: #d32f2f;
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    .conteudo div:nth-child(2) {
        flex: 1;
        text-align: center;
    }

    .conteudo div:nth-child(2) img {
        max-width: 100%;
        height: auto;
    }
    
}

#link {
    color: #ba0f14;
    text-decoration: none;
}

.texto-vermelho {
    color: #ba0f14;
}

.texto-cookie {
    text-align: justify;
}


@media screen and (max-width: 941px) {
    .section-header {
        display: flex;
        flex-direction: column; 
        padding: 1rem; 
        background-color: #ba0f14;
        color: white;
        text-align: center;
        font-size: medium; 
    }

    .section-header div {
        padding: 5px; 
    }

    .section-header svg {
        width: 36px;
        height: 36px;
    }

    .conteudo {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid #e0e0e0;
        padding: 20px; 
        margin: 15px 0px ;
        background-color: #f7f7f7;
    }

    .conteudo div {

        margin-bottom: 20px; 
        text-align: justify; 
    }

    .conteudo img {
        width: 90%; 
        height: auto;
    }

    .titulo {
        color: #d32f2f;
        font-size: 1.2em; 
        margin-bottom: 10px;
    }
}

#link {
    color: #ba0f14;
    text-decoration: none;
}

.texto-vermelho {
    color: #ba0f14;
}

.texto-cookie {
    text-align: justify;
}