.main_header{
	background: url('../img/banners/servicos.jpg') no-repeat center;
	background-size: cover;
}

.header_caption a{
	font-size: inherit;
	border-bottom: 1px solid #686868;
}

.card_wrapper{
	margin-top: 80px;
}

.services_card{
	width: 90%;
	max-width: 600px;
	height: 390px;
}

.card_wrapper div:nth-child(3),
.card_wrapper div:nth-child(4){
	margin-top: 75px;
}

@media (max-width: 991px){
	.card_wrapper div:nth-child(2){
		margin-top: 75px;
	}

	.services_card{
		height: 300px;
	}
}

@media (max-width: 396px){
	.content_wrapper{
		padding: 0;
	}

	.header_wrapper{
		padding: 50px 50px 0 50px;
	}

	.card_wrapper{
		padding: 0 0 50px 0;
	}
}