.single-service .wp-block-image {
	margin-bottom: 0;
}
.single-service {
	background-color: #111;
}

.services-main {
	max-width: 680px;
	padding-top: 0;
	margin: 0 auto;
}

.services-main .wp-block-image img {
	width: 100%;
}

.services-main .wp-block-image > a {
	display: flex;
}
.floating-button {
	position: fixed;
	width: 96%;
	max-width: 620px;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.wpcf7 {
	background-color: #fff;
	padding-top: 16px;
	padding-bottom: 1px;
}
.wpcf7-form {
	width: 90%;
	margin: 0 auto;
}
span.wpcf7-form-control-wrap {
	display: flex;
	width: 100%;
}

.wpcf7-text,
.wpcf7-textarea{
	width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	font-size: min(4vw, 21px);
}

@media screen and ( max-width: 479px ) {
	.single-service {
		background-color: #fff;
	}
}