.slides {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 5px;
	justify-content: center;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.slides li {
	display: block;
	list-style-type: none !important;
	padding: 0;
	margin: 0;
}

.slides li img {
	width: 100%;
	height: auto;
	margin-top: 0 !important;
}

.verdict {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 5px;
	justify-content: center;
	background-color: #FFF;
	border: none;
}

.verdict > div {
	padding: 30px;
	background: #EEE;
	border: 1px solid #DDD;
}

.verdict > div:first-child {
	background-color: #c8edc8;
	border: 1px solid #ace0ac;
}

.verdict > div:first-child h3 {
	color: #333 !important;
}


.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.acf-map img {
	max-width: inherit !important;
	display: block !important;
}