.propstack-property-content {
    .contact-form .gform_wrapper {
        padding: clamp(10px, 1.5vw, 30px); 
        margin: 0;
        width: 100%;
        background-color: var(--secondColor, lightgrey);
        border-radius: var(--borderRadius, 10px);

        .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;
       }
    }
}