#section_5_bh_270720 .col_wrapper{
	border: solid 1px #e5e5e5;
	padding: 10px;
	cursor: pointer;
}

@media (max-width: 640px){
	#section_5_bh_270720 .slide-item {
		margin-bottom: 30px;
	}
	
}
@media (min-width: 641px) and (max-width: 1024px) {
	section#section_5_bh_270720 .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: row;
	            flex-direction: row;
	    width: 100%;
	}
	#section_5_bh_270720 .slide-item {
		margin-bottom: 30px;
		width: 50%;
	}
} 