/* ----------------------------------------- */
/* -------- megacontainer DESKTOP ------- */
/* ----------------------------------------- */

.megacontainer.bhElement .bh-cols .bh-col {
	width: 50%;
}
.megacontainer.bhElement .bhElement {
	margin-bottom: 0px !important;
}
.megacontainer.bhElement .bh-cols .bh-col:nth-child(4) {
	display: none;
}
.megacontainer.bhElement.container2 .bh-cols .bh-col:nth-child(1) {
	width: 25%;
}
.megacontainer.bhElement.container1 .bh-cols .bh-col:nth-child(2),
.megacontainer.bhElement.container1 .bh-cols .bh-col:nth-child(3),
.megacontainer.bhElement.container2 .bh-cols .bh-col:nth-child(3) {
	width: 25%;
}
.megacontainer .more {
	font-family: "minion-pro", serif;
	font-size: 2.143rem;
	color: #8b612b;
	line-height: 2.143rem;
	text-align: center;
}
.megacontainer .more p {
	margin: 0;
}

@media screen
	and (max-width : 1023px) {
		
		.megacontainer .bh-cols .bh-col:last-child {
			display: none;
		}
		.megacontainer .bh-cols .bh-col {
			width: 50% !important;
		}
}