.col-6.col-md-4:nth-child(odd) .card{
    border: none;
    background-color: #EEDBA4;
}
.col-6.col-md-4:nth-child(even) .card{
    border: none;
    background-color:#e7e4f1;
}

.titulo-region{
     background-color: #258579;
    font-size: 2rem;
    color: #fff;
}


.titulo-region p
{
    padding-left: 16px;
}