/* Single Serviço — banner imagem full-width. Controle: ~470 desktop. */
.raz-svc-banner {
	display: block;
	width: 100%;
	height: 220px;                  /* mobile */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media (min-width: 740px) {
	.raz-svc-banner { height: 470px; }
}
