@media screen and (max-width: 1199px){
    #sobre .box p {text-align: center;}

    #servicos p {text-align: center;}
}

@media screen and (max-width: 991px) {
    .navbar .navbar-brand .brand {-webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}
    .navbar:not(.scrolled) .navbar-brand .brand {height: 90px;}

    #painel .carousel .carousel-caption h1 {font-size: 26px; line-height: normal;}
}

@media screen and (min-width: 768px) {
    #servicos h2 {min-height: 44px;}
}

@media screen and (max-width: 575px) {
    #painel .carousel .carousel-caption h1 {font-size: 22px; line-height: 1.5;}
}