.page .wpcf7 form.sent .wpcf7-response-output {
	align-items: center;
	background: #eef8f1;
	border: 1px solid #b9dfc3;
	border-left: 4px solid #16643f;
	border-radius: 2px;
	color: #174b31;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	gap: 12px;
	line-height: 1.45;
	margin: 28px 0 0;
	padding: 18px 22px;
}

.page .wpcf7 form.sent .wpcf7-response-output::before {
	align-items: center;
	background: #16643f;
	border-radius: 50%;
	color: #ffffff;
	content: '\2713';
	display: inline-flex;
	flex: 0 0 24px;
	font-size: 15px;
	font-weight: 700;
	height: 24px;
	justify-content: center;
	line-height: 1;
	width: 24px;
}

@media (max-width: 767px) {
	.page .wpcf7 form.sent .wpcf7-response-output {
		font-size: 16px;
		margin-top: 20px;
		padding: 16px;
	}
}
