#ajax-content-wrap .height_desktop_400px.vc_row, .height_desktop_400px.vc_row {
	height: 400px;
}
@media only screen and (max-width: 999px) {
	body #ajax-content-wrap .height_tablet_300px.vc_row, body .height_tablet_300px.vc_row {
		height: 300px;
	}
}

#content h2 + .table-1 {
	margin-top: 60px;
}
#content h2 + .wpcf7 {
	margin-top: 60px;
	overflow-x: auto;
}
#content .wpcf7 td {
	text-align: center;
}

.table-1 {
	overflow-x: auto;
}
.table-1 td {
	text-align: center;
}
.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-right: 10px;
}
.pagination a {
	display: inline-flex;
	position: relative;
	float: none;
	margin: 0 4px;
	padding: 0;
	border: 1px solid;
	align-items: center;
	justify-content: center;
	padding: 2px 6px 2px 6px;
	border-color: #e0dede;
	border-radius: 0px;
	border-width: 1px;
	color: #000;
	line-height: 1.25;
}
.pagination span {
	line-height: 1.25;
}
.pagination .current {
	display: inline-flex;
	position: relative;
	float: none;
	margin: 0 4px;
	padding: 0;
	border: 1px solid;
	align-items: center;
	justify-content: center;
	padding: 2px 6px 2px 6px;
	border-radius: 0px;
	border-width: 1px;
	background-color: #9db668;
	border-color: #9db668;
	color: #fff;

}
.pagination .pagination-prev,
.pagination .pagination-next {
	border: none;
}
.pagination-prev:before {
	position: absolute;
	top: 50%;
	transform: translateY(-51%);
	left: -1em;
	content: "<";
}
.pagination-next:after {
	position: absolute;
	top: 50%;
	transform: translateY(-51%);
	right: -1em;
	content: ">";
}
.pagination a:hover {
	color: #9db668 !important;
}