/*---------------------------SERVICOS STYLES---------------------------------*/


#servicos{
    background:transparent;
    background-attachment: fixed;
    padding:60px 50px 60px 50px;

}

#servicos .offer{
    padding:35px 30px;
    /*border-radius: 14px 14px;*/
    margin-bottom: 0px;
    
 
}

#servicos .fa{
    border-radius:50%;
    padding:10px;
    background:#fff;
    margin-bottom: 1rem;
    font-weight: bold;

}





@media (max-width: 980px) {
    #servicos h1{
        text-align: center;
    }
    


   
}


@media (max-width: 768px) {
    #servicos .col-md{
        margin-right:0px;
    }
    
        #etapas{
    padding:60px 20px 60px;
}
}


#etapas{
    padding:60px 50px 60px 50px;
}
.step{
    border-radius: 50%;
    padding:10px 12px;
    background: hsl(33,85%,70%);
    color:#fff;
    font-weight: bold;
  
}

  