#top .region{
  margin: 0 auto;
  position: relative;
  height: 100%;
}
#top{
	background: linear-gradient(180deg,#F8F9F9 0%, #FAFCFB 50%, #EEF2F4 100%);
}
#top .region{
  width: 1800px;
	height: 800px;
}
.two-columns {
	display: flex;
	gap: 2%;
	justify-content: space-between;
	align-items: center;
	font-size: 26px;
	box-shadow: 0 0 14px -4px #ddd;
	padding-left: 30px;
	z-index: 0;
	position: relative;
	text-align: justify;
}
h2 {
	text-align: center;
	color: #252B42;
	font-size: 24px;
	text-transform: uppercase;
	margin: 30px 0;
}
h3 {
	color: #E1CA9B;
	font-style: italic;
}
.view-types .view-content, .view-grouping .view-content {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	gap: 2%;
}
.view-grouping .views-row {
	width: 23.5%;
	position: relative;
	margin-bottom: 2%;
}
/*img {
	max-width: 100%;
	height: auto;
}*/


@media screen and (min-width: 1366px) and (max-width: 1899px) {

	
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {

}
@media screen and (min-width: 768px) and (max-width: 1023px) {

}
@media screen and (max-width: 767.5px) {


}