
#sect21 .zone1 {
	min-height: 84px;
}

#sect21 .zone3 {
    min-height: 170px;
}

@media only screen and (max-width: 1199px) {
	#sect21 .zone3 {
	    min-height: 194px;
	}
}

@media only screen and (max-width: 991px) {
	#sect21 .zone3 {
	    min-height: 170px;
	}
}

@media only screen and (max-width: 768px) {
	#sect21 .zone1 {
		min-height: inherit !important;
	}
	
	#sect21 .zone3 {
		min-height: inherit !important;
	}
}