#banner-country {
    text-align: -webkit-center;
}

.imagen-contenedor-banner-country {
    text-align: center;
}

.imagen-contenedor-banner-country img{
    width:64px;
    height: 64px;
}

.texto-banner-country {
    color: #2C2C2C;
    font-family: "Iberpangea-Regular";
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.subtexto-banner-country,
.subtexto-banner-country a {
    color: #2C2C2C;
    font-family: "Iberpangea-Regular";
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0px;
    width: 296px;
}

#contenedor-banner-country {
    margin-top: 32px;
    background-color: #F9F9F9;
    border-color: #F9F9F9;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    padding: 24px 0px 40px 0px;
    flex-direction: column;
    margin-bottom: 56px;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 1280px;
    gap: 16px;
}

#aqui-banner-country {
    color: #2C2C2C !important;
    text-decoration-line: underline;
}

@media (min-width: 576px) {
    #contenedor-banner-country {
        width: 496px;
        margin: 32px auto 56px;
    }
    .subtexto-banner-country,
    .subtexto-banner-country a {
        width: 464px;
    }
}

@media (min-width: 768px) {
    #contenedor-banner-country {
        width: 610px;
    }
}

@media (min-width: 992px) {
    #contenedor-banner-country {
        width: 826px;
    }
}

@media (min-width: 1200px) {
    #contenedor-banner-country {
        width: 1000px;
    }
}

@media (min-width: 1920px) {
    #contenedor-banner-country {
        width: 1280px;
    }
}