.propstack-property-content {
    .contact-form .gform_wrapper {
        padding: clamp(10px, 1.5vw, 30px); 
        margin: 0;
        width: 100%;
        .title {
            margin-bottom: 0;
            font-weight: 500;
        }
        .floating-label input, .floating-label textarea {
            padding: 15px !important
        }
        .gfield--type-consent {
            margin-top: 20px !important;
            display: block;
            .gfield_label {
                color: var(--contrastColorInverted, white)
            }
       }
    }
}