@media (min-width: 1024px) {
	.form{
		.SumoSelect {
			height: 67px !important;

			select{
				height: 65px !important;
			}

			.SelectBox{
				height: 65px !important;
				padding: 25px 30px 25px 30px !important;
			}
		}
		.consent{
			gap: 15px;
		}
	}
}
