﻿.form-footer {
    font-style: normal;
    padding-top: 200px;
    padding-bottom: 100px;
    margin-top: 100px;
    margin-bottom: 100px;
}

    .form-footer iframe {
        width: 100%;
    }

    .form-footer .container {
        max-width: 800px;
    }

    .form-footer .pre-head {
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .form-footer .heading {
        font-size: 36px;
        font-weight: 700;
        line-height: 44px; /* 122.222% */
    }

    .form-footer .body {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px; /* 162.5% */
    }

/*Color Variants*/
    .form-footer.dark-bg {
        background: rgb(0, 23, 36);
        color: #FFF;
    }