.cubatel-us {
    margin-top: 60px;
    max-height: 210px;
    min-height: 210px;
    width: 100%;
}

#id-us{
    background: url(../img/banner/nosotros.png) 50% no-repeat, url(../img/banner/banner_verde.jpg) 50% no-repeat;
}

#id-us.english {
    background: url(../img/banner/nosotros.png) 50% no-repeat, url(../img/banner/banner_verde.jpg) 50% no-repeat;
}

/* For sm devices */
@media ( min-width: 768px ) {

    .cubatel-us {
        margin-top: 110px;
    }

    .header-title {
        margin-top: 25px;
        text-align: center;
    }

    .header-title h1{
        color: white;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 30px;
    }

    .header-title h3{
        font-size: 19px;
        font-weight: 600;
        text-transform: uppercase;
        color: white;
    }

    .header-right-text{
        margin-top: 140px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        text-align: left;
        color: white;
        padding-bottom: 5px;
    }

}

/* For md devices */
@media ( min-width: 992px ) {

    .cubatel-us {
        margin-top: 130px;
    }
}

/* For lg devices */
@media ( min-width: 1200px ) {

    .cubatel-us {
        margin-top: 80px;
    }
}