.wpcf7-response-output {
	border: none !important;
	padding: 0 !important;
	margin: 10px auto 0 !important;
	font-size: 14px !important;
	width: 100% !important;
	text-align: center;
	color: var(--white);
}
.popup-form br {
	display: none;
}
.popup-form p {
	display: contents;
}
span.wpcf7-not-valid-tip {
	display: none !important;
}
@media screen and (max-width: 550px) {
	.wpcf7-response-output {
		width: 100% !important;
	}
}
.wpcf7-submit {
	cursor: pointer;
}
.wpcf7-not-valid {
	border: 1px solid red !important;
}
span.wpcf7-not-valid-tip {
	font-size: 12px;
}
div.wpcf7 form .wpcf7-response-output {
	margin: 0;
	border: none;
	padding: none;
}

.hero-form__form-wrap form p,
.contact-form-wrap form p,
.footer-from__wrap form p {
	display: contents;
}

.hero-form__form-wrap form p br,
.contact-form-wrap form p br,
.footer-from__wrap form p br {
	display: none;
}

.footer-from__wrap form {
	row-gap: 0px;
}
.footer-from__wrap div.wpcf7 form .wpcf7-response-output {
	grid-column: span 2;
	margin-top: 5px;
	margin-inline: auto;
}

@media screen and (max-width: 550px) {
	.footer-from__wrap form {
		row-gap: 10px;
	}
}
