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

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

.header-title h2, .header-title h3{
    color: white;
}

.header-right-text {
    text-align: right;
    color: white;
}

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

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

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

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

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

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

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

    .cubatel-specialties {
        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-specialties {
        margin-top: 130px;
    }
}

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

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