.expert-insights-module{display:flex;justify-content:center;padding:60px 20px}.insights-container{align-items:center;display:flex;gap:40px;justify-content:space-between;max-width:1100px;width:100%}.insights-text-column{flex:1}.insights-text-column h2{color:#fff;font-size:36px;font-weight:700;margin-bottom:20px}.insights-text-column .sub-text{font-size:18px;line-height:1.5}.insights-form-column{flex:1;max-width:450px}.insights-form-column .hs-input{background-color:#fff;border:none;border-radius:4px;box-sizing:border-box;color:#333;font-size:16px;padding:15px;width:100%}.insights-form-column .hs-form-field>label{display:none}.insights-form-column .hs-button{background-color:var(--button-color,#ff5722)!important;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;margin-top:10px;padding:15px;transition:background-color .3s ease;width:100%}.insights-form-column .hs-button:hover{filter:brightness(90%)}@media (max-width:768px){.insights-container{flex-direction:column;gap:30px;text-align:center}.insights-form-column{max-width:100%;width:100%}}