.contServ{
    color: #0664A6;
}
.contServ h5{
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.pos-relative{
    position: relative;
    margin-top: 40px;
}

.fixPadd{
    padding-left:50px;padding-right:50px;
}

/* Pantallas medianas: de 992px a 1199px */
@media (max-width: 767px) {
    .fixPadd{
        padding-left:0px;padding-right:0px;
    }
    .tDesc{
        position: absolute;
        bottom: 3.5%;
        left: 12%;
        /* transform: translateX(-50%); */
        font-size: 1.7vw;
        /* font-weight: bold; */
        width: 40%;
    }
    .tDesc tbody tr td:nth-child(1){
        font-weight: bold;
        width: 40%;
        /* font-size: 11px; */
    }
    .pDesc{
        position: absolute;
        top: 81%;
        right: 10%;
        /* transform: translateX(-50%); */
        font-size: 1.5vw;
        text-align: justify;
        /* font-weight: bold; */
        width: 40%;
        line-height: 130%;
    }
}
    
@media (min-width: 767px) and (max-width: 992px) {

    .tDesc{
        position: absolute;
        top: 535px;
        left: 70px;
        font-size: 12px;
    }
    .tDesc tbody tr td:nth-child(1){
        font-weight: bold;
        width: 100px;
        /* font-size: 11px; */
    }
    .pDesc{
        position: absolute;
        top: 535px;
        right: 45px;
        font-size: 12px;
        width: 300px;
        text-align: justify;
        line-height: 12px;
    }

}

/* Pantallas medianas: de 992px a 1199px */
@media (min-width: 992px) and (max-width: 1200px) {

    .tDesc{
        position: absolute;
        top: 387px;
        left: 44px;
        font-size: 9px;
    }
    .tDesc tbody tr td:nth-child(1){
        font-weight: bold;
        width: 80px;
        /* font-size: 11px; */
    }
    .pDesc{
        position: absolute;
        top: 390px;
        right: 33px;
        font-size: 9px;
        width: 200px;
        text-align: justify;
        line-height: 8px;
    }

}

/* Pantallas grandes: desde 1200px en adelante */
@media (min-width: 1200px) {

    .tDesc{
        position: absolute;
        top: 475px;
        left: 60px;
        font-size: 11px;
    }
    .tDesc tbody tr td:nth-child(1){
        font-weight: bold;
        width: 90px;
        /* font-size: 11px; */
    }
    .pDesc{
        position: absolute;
        top: 475px;
        right: 40px;
        font-size: 10px;
        width: 270px;
        text-align: justify;
        line-height: 12px;
    }

}