
/* ------------------------------------------------------------ *\
	Section Update 3
\* ------------------------------------------------------------ */

.section-update3 { background-size: cover; background-repeat: no-repeat; background-position: center center; position: relative; z-index: 1; color: #fff; text-align: center; padding: 10px 0 10px; font-size: 20px; font-weight: 100; }

.section-update3 h2 { text-transform: uppercase; margin-bottom: 0; line-height: 1; }

.section-update3 h3 { font-size: 21px;  font-weight: 700; margin-bottom: 4px;  color: #fff;}

.section-update3 p { max-width: 1000px; margin: 0 auto;  font-size: 17px;  font-weight: 300; line-height:20px; margin-bottom: 10px; }

.section-update3 p a { font-weight: 700; }

@media (max-width: 1023px) {
	.section-update3 { padding: 50px 0; }
}

@media (max-width: 767px) {
	.section-update3 { padding: 10px 0; font-size: 17px; }
	.section-update3 h3 { margin-bottom: 20px; }
}