.portfolio .box-title {
	background-image: url("../../imagens/empresa/quem-somos.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.portfolio .box-title h1 {
	padding: 60px 0px;
	font-size: 40px;
	text-shadow: 1px 1px 2px #5b5a5a;
	color: #fff;
}

@media screen and (max-width: 425px) {
	.box-contato h2 {
		margin-top: 20px;
	}
}