
.sobre_adm{
    padding: 0 30px 0 0;
}
.escritorio p:hover{
    color:#2c5273;
}
.sobre_company{
padding-left:20px;

}
.text_adm {
    position: relative;
    background: 
    linear-gradient( #2f3139 100%, transparent 100%) left/ 2px 100%; 
    background-repeat: no-repeat;
    padding: 20px 10px 60px 20px;
}
.text_adm p{
    margin-top: 15px;
    

}
.logo_company_adm{
    border-radius: 43px;
    background-color: #2c5273;
    width: 233px;
    margin-top: 30px;
}
.logo_company_img_adm{
    padding: 20px;
    width: 95%;
}
@media screen and (min-width:480px) {

    .cont_adm_text {
        max-width: 500px;
    display: flex;
    flex-direction: column;
    }
    
    .text_office{
        padding: 20px 30px 40px 40px;     
    }
    .sobre_company{
        display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;

    }
    
    
}    



@media screen and (min-width:900px) {
    .sobre_adm section{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    max-width: 1256px;
    }
    
        
        .cont_adm_text {
            width: 50%;
            display: flex;
            position: initial;      
        }       
        
}
@media screen and (min-width:1123px){
    .sobre_adm section{
        margin: 0 auto;
    display: flex;
    align-items: center;

    }
    
    
    .cont_adm_text {
        width: 50%;
        display: flex;
        position: initial;      
    }  
}
@media screen and (min-width:1272px){
    .sobre_adm section{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        width: 100%;
        margin: 0 auto;
    }
    
        
}





