section#empresa h1{
    font-size: 17px;
    margin: 0;
    color: #ee3423;
}
section#empresa p{
    font-size: 13px;
}
section#empresa .no-padding{
    padding-left: 0;
}
section#empresa h5{
    color: #ee3423;
    border-bottom: 1px solid #ee3423;
    padding-bottom: 5px;
}
section#empresa .row{
    margin-bottom: 30px;
}

@media(max-width: 991px){
    .no-padding-resp{
        padding-left: 0px;
    }
    
}