@media screen and (min-width: 992px) {
  #sobre .titulo {text-align: left;}
  #sobre .titulo::before {left: 0; transform: unset;}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #servicos img {height: 480px;}
}

@media screen and (max-width: 991px) {
  #servicos h2 {text-align: center;}
  #servicos img {height: auto; max-height: 350px;}
}

@media screen and (min-width: 768px) {
  #diferencial .box h2 {height: 48px;}
}