@media (max-width:768px) {}

.career-form-title {
	color: #fff;
	text-align: center;
	font-family: Barlow, sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 22px;
}

.career-form-wrap .wpcf7-acceptance {
	display: block;
	margin-top: 6px;
}

.career-form-wrap .wpcf7-acceptance label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #eee;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

.career-form-wrap .wpcf7-acceptance input[type="checkbox"] {
	margin-top: 3px;
	accent-color: #f5ad0d;
}

@media (max-width:768px) {
	.career-form-title {
		font-size: 24px;
		margin-bottom: 18px;
	}
}