.paises {
    display: flex;
    justify-content: center;
    padding: 66px 2rem;
    background-color: #F18830;

}

.card-cont {
    border-radius: 20px !important;
}

.paises-cont-body {
    display: flex;
    flex-direction: row;
}

.cont-card {
    flex-grow: 1;
}

.img-card img {
    width: 200px;
}


.texto-card p,h5 {
    color: #000;
}

.text-paises {
    padding-top: 1rem;
    width: 70%;
}

.callaccion {
    color: #42ad49;
    text-transform: uppercase;
}

@media only screen and (max-width: 1020px) {
    .paises{
        margin-top: 5rem;
    }
    
    .paises-cont-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .text-paises {
        padding-top: 1rem;
        width: 100%;
    }
}