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

.intro .txt {
	font-size: 1.1em; 
}
.intro p { font-size: 1.1em; font-weight: 100; }
.intro .table td, .intro .table th { padding: 0.3rem; }

@media(min-width: 939px) {
	.company .container { max-width: 670px; }	
}
@media(max-width: 576px) {
	.intro p { font-size: 1em; font-weight: 100; }
	.intro .table td, .intro .table th { font-size: .9em; padding: 0.3rem; }
	.mainContent img { width: 60%; height:auto; }
	.mt-5 { margin-top: 2rem !important; }
}