@charset "utf-8";
/* CSS Document */
.w-60 { width: 70%; }
.bg-banner {
	background:url(../img/bg-banner.jpg) center top repeat;
}

.manufacturing h3 {
	font-size: 1.3em; 
	color: #671905;
    font-weight: 600;
	margin-bottom: 1em;
}

@media (max-width: 576px) {
	.bg-stone-01 .container, .cont-txt .container { max-width: 95%; }
}