/* FORM */
[data-custom-block="form"] {margin:60px 0;}
[data-custom-block="form"]:not(.bg-none) {margin:0;}
[data-custom-block="form"]:not(.bg-none) .block-wrapper {padding:60px 0;}
[data-custom-block="form"] .heading {font-size:2.063rem;font-weight:700;margin:0;margin-bottom:20px;}
[data-custom-block="form"] .text-content {font-size:1.125rem;font-weight:400;}
[data-custom-block="form"] .form{margin:40px 0;}
[data-custom-block="form"] p.small{font-size:0.875rem;margin-top:-10px;}

@media (max-width:1200px)
{
    [data-custom-block="form"] .heading {font-size:1.875rem;}
}

@media (max-width:900px)
{
    [data-custom-block="form"]{margin:40px 0;}
    [data-custom-block="form"]:not(.bg-none) .block-wrapper {padding:40px 0;}
    [data-custom-block="form"] .heading {font-size:1.5rem;}
    [data-custom-block="form"] .text-content {font-size:1rem;}
}