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

@media screen and (max-width: 767px) {
	#diferencial .box img {width: 200px; height: 200px;}
}