.elementor-45966 .elementor-element.elementor-element-cfcdec4{--display:flex;--margin-top:50px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-45966 .elementor-element.elementor-element-cfcdec4{--margin-top:20px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-f962acf */.wcf-step-3-input-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    @media (max-width:767px){
        grid-template-columns: 1fr;
    }
}

.wcf-btn-back{
    margin-top: 16px;
    background: #f6502c;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    transition: 0.3s ease-in-out;
    border: 1px solid #f6502c;
    border-radius: 8px;
}

#wcf-btn-submit{
	@media (max-width:767px){
		margin-top:30px !important;
		display: block;
	}
}/* End custom CSS */