@charset "UTF-8";

h1 {
	padding: 40px 0;
}

#p1, #p2, #p3, #p4, #p5, #p6 {
	background-color: #000;
	font-size: 16px;
	padding-bottom: 60px;
}

#p2, #p6 {
	background-color: #f5f5f5;
}

#p4 {
	background-color: black;
}

#p1, #p3, #p5 {
	color: white;
}

#p2 .col-lg-6, #p5 .col-lg-6 {
	border: 1px solid #ffca9a;
	background-color: black;
	color: white;
	padding: 50px;
}

#p2 img {
	float: left;
	height: 64px;
	width: auto;
}

#p5 img {
	height: 72px;
	width: auto;
	float: left;
}

#p3 {
	text-align: center;
}

#p3 .col-xs-12 {
	text-align: left;
}

#p3 .col-lg-3>div {
	border: 1px solid #ffca9a;
	background-color: black;
	color: white;
	padding: 20px 15px;
	margin: 10px -5px;
	min-height: 235px;
}

#p3 img {
	height: 80px;
	width: auto;
}

#p3 h2+div {
	min-height: 4em;
	font-size: 12px;
}

#p2 h2, #p3 h2, #p5 h2 {
	text-align: center;
}

#p2 .col-lg-6 div, #p5 .col-lg-6 div {
	margin-left: 6em;
	height: 4em;
}

#p4 .col-lg-4 div {
	background-color: white;
	margin: 0 0 20px 0;
}

#p4 img {
	width: 100%;
	height: 226.5px;
}

#p4 h2 {
	color: #ac7b38;
	margin: 0;
	text-align: center;
	font-size: 24px;
	padding: 30px 0;
}

#p5 .col-lg-6 {
	padding: 20px;
}

@media screen and (max-width: 767px) {
	#p2 .col-lg-6, #p5 .col-lg-6 {
		padding: 15px 40px;
	}
	#p2 h2, #p5 h2 {
		margin-bottom: 20px;
	}
	#p2 .col-lg-6 div, #p5 .col-lg-6 div {
		margin-left: 0;
		height: auto;
	}
	#p3 .col-lg-3>div {
		min-height: 280px;
	}
}