/*!/wp-content/themes/fuselab/template-parts/sections/contact-form/contact-form-section.css*/.contact-form-section{display:flex;justify-content:space-between;flex-wrap:wrap;column-gap:48px;row-gap:24px}.contact-form-section .section-header{display:flex;flex-direction:column;flex:1 0 200px;gap:24px}.contact-form-section .contact-form-section-form-container{flex:1 0 min(300px, 80vw);border-radius:24px;background-color:var(--white);padding:32px}.contact-form-section .contact-form{display:flex;flex-direction:column;gap:32px}.contact-form-section .contact-form-header-container{display:flex;flex-direction:column;gap:16px}.contact-form-section .contact-form-body-container{display:flex;flex-direction:column;gap:32px}.contact-form-section .contact-form-footer-container{display:flex;justify-content:flex-start;flex-direction:row-reverse}.contact-form-section .contact-form-checkboxes-container #service{display:flex;gap:8px;flex-wrap:wrap}