.form-columns-2{
	display:flex;
	gap:20px;
	padding-bottom:20px !important;
	max-width: 100% !important;
}
input.hs-button.primary.large {
    margin-top: 20px;
}
@media (max-width:991px){
	.career_col{
		flex-direction:column !important;
	}
	.elementor-24 .elementor-element.elementor-element-1b20823{
		width:100% !important;
	}
	.elementor-24 .elementor-element.elementor-element-4bc671e{
		width:100% !important;
	}
}
@media (max-width:767px){
	.form-columns-2{
		flex-direction:column;
	}
	input[type="text"], input[type="email"], input[type="number"], select, textarea{
		width:100% !important;
		
	}
	.input{
		margin-right:0px !important;
	}
}