#banner .title-services{
    width: 500%;
    font-size: 180%;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.69);
    margin-top: 50%;
    margin-left: -20%;
    padding-bottom: 10px;
}

.first{
    margin-top: 10%;
}

.media{
    margin: 5%;
}

.logo-img{
    width: 90px;
    height: 90px;
}

.unis{
    margin-top: 15%;
}

.container .title-exp{
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}


/*--------------- RESPONSIVE ---------------*/

@media only screen and (min-width:768px){
    #banner .title-services{
        font-size: 200%;
        margin-top: 35%;
    }
    .first{
        margin-top: auto;
    }
}

@media only screen and (min-width:870px){
    #banner .title-services{
        margin-top: 25%;
        font-size: 220%;
    }
}

@media only screen and (min-width:1023px){
    #banner .title-services{
        padding-bottom: 1%;
        margin-top: 15%;
    }
    
    .first{
        margin-top: 5%;
    }
    .unis{
        margin-top: 5%;
    }
    
    .paraph{
        font-size: 20px;
    }
}

@media only screen and (min-width:1200px){
    #banner .title-services{
        font-size: 250%;
        padding-left: 20%;
        margin-left: -25%;
    }
}
@media only screen and (min-width:1300px){
    #banner .title-services{
        margin-left: -30%;
    }

}
@media only screen and (min-width:1400px){
    #banner .title-services{
        margin-left: -35%;
    }
    
}
@media only screen and (min-width:1439px){
    #banner .title-services{
        margin-top: 14%;
    }
}

@media only screen and (min-width:1500px){
    #banner .title-services{
        font-size: 300%;
        margin-left: -40%;
        margin-bottom: -9%;
    }
}
@media only screen and (min-width:1600px){
    #banner .title-services{
        margin-left: -45%;
    }
}
@media only screen and (min-width:1700px){
    #banner .title-services{
        margin-left: -50%;
    }
}
@media only screen and (min-width:1800px){
    #banner .title-services{
        margin-left: -55%;
    }
}
@media only screen and (min-width:1900px){
    #banner .title-services{
        margin-left: -60%;  
    }

}
@media only screen and (min-width:1920px){
    .first{
        margin-top: 2%;
    }
}
@media only screen and (min-width:2000px){
    #banner .title-services{
        margin-left: -65%;
    }
}
