form {
	/* margin-top: 20px; */
}

form .sc-type-wrap{
	font-size: 16px; 
	padding-right: 10%;
	margin-bottom: 20px;
}

.service-city-wrap h1 {
	text-transform: uppercase;
}

.service-city-wrap h1,
.service_text h1 {
	font-size: 32px;
    line-height: normal;
	margin: 20px 0;
}

.service-city table tr {
	display: flex;
}

.service-city table tr td {
	width: 33%;
}

.service-city td div {
	margin-bottom: 5px;
}

.service-city td div > a {
	color: #e69c00 !important;
	text-transform: uppercase;
	font-size: 13px !important;
}
.service-city td div > a:hover {
	color: #1d1a1a !important;
}

.service_text {
	clear: both;
}
.service_text h1:first-of-type {
	display: none;
}

@media(max-width: 767px) {
	.service_text p > img {
		width: 100%;
		height: auto;
	}
}

@media(max-width: 470px) {
	.service-city table tr td {
		width: 50%;
	}
	.service-city table tr {
		flex-wrap: wrap;
	}
}