.about{flex-direction: row;margin-top: 0vw;}
.about_us{
    
    width: 100%;
    padding: 5vw 13vw 12vw;

    
    line-height: 35px;
}
.inicio_sub {
    padding-top: 9em;
}
.inicio_fondo h2{
    font-size: 3em;
    margin-top:20px;
}

.services p{
    width: 80%;
    margin: 1em auto;
    font-size: 1.2em;
}

.services p span{
    font-weight: bold;
    font-size: 3em;
    display: block;
    margin-right: 10px;
}

.text{
    font-size:1.2em;
    line-height: 1.6em;
}

@media (min-width: 1200px) 
{
.inicio_fondo {
    padding-top: 30%;
}
}


@media (max-width: 768px) 
{
    .inicio_sub {
        padding-top: 3em;
    }

    .inicio_fondo {
        border-bottom-left-radius: 17vw;
        padding-top: 298px;
    }    

    .about_us{
        width: 100%;        
        padding: 5em 3em;
    }
}
