
.container_faixa_avisos {
    order: 7;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 50px auto 0 auto;
    width: 100%;
    max-width: 1306px;
}

.card_aviso1, .card_aviso2, .card_aviso3 {
    
    margin: 30px 0 0 0;
    padding: 0 15px;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    text-align: center;
}

    .card_aviso1 a, .card_aviso2 a, .card_aviso3 a {
        text-decoration: none;
        color: #685f52;
    }

    .header_card_aviso {
        position: relative;
        top: -42px;
    }

    .header_card_aviso_titulo {
        font-size: 30px;
        font-weight: 700;
        position: relative;
        top: -38px;
    }

    .header_card_aviso_txt {
        font-size: 14px;
        font-weight: 400;
        position: relative;
        top: -28px;
    }