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

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

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

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

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

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

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

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

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

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

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

#contact-form {
    margin-top: 25px;
}

.recent-work p {
    text-align: justify;
}

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

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

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

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