* {
    
}
body {
	background-color: #101b26;
	overflow-y: scroll;
}
#dv_somos {
    position: relative;
    width: 93%;
    height: 1200px;
    margin: 0 auto;
    color: #fff;
    background-image: url(../imgs/nosotros/servicios_bg.png);
    background-size: contain;
    background-position: bottom, right;
    background-repeat: no-repeat;
}
#dv_somos h1 {
    font-family: 'Squada One', cursive;
    font-size: 110pt;
    margin-top: 35px;
}
#dv_somos p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18pt;
    margin-top: 35px;
}
#dv_servicios {
     width: 93%;
     margin: 0 auto;
     text-align: right;
     overflow-x: hidden !important;
}
#dv_servicios ul {
    list-style-type: none;
	overflow: hidden;
	margin-left: 27px;
	margin-top: 165px;
}
#dv_servicios ul li {
    margin: 8px;
    font-family: 'Open Sans', sans-serif;
    color: #ffff00;
    font-size: 22pt;
}
@media only screen and (max-width : 900px) {
    #dv_somos h1 {
        font-size: 36pt !important;
        margin-top: 40px;
    }
    #dv_somos p {
        font-size: 14pt !important;
        margin-top: 35px !important;
    }
    #dv_somos {
        width: 80%;
        height: 500px !important;
    }
    #dv_servicios {
        width: 80%;
    }
    #dv_servicios ul {
        margin-top: 45px;
    }
    #dv_servicios ul li {
        margin: 8px;
        font-size: 18pt;
    }
}
@media only screen and (max-width : 850px) {
    #dv_somos h1 { font-size: 22pt !important; }
    #dv_somos p {font-size: 12pt !important; }
    #dv_servicios ul li { font-size: 14pt !important; }
}