/* ******************** QUOTE ******************** */

    main {
        min-height: calc(100vh - 60px - 66px);
    }

    h2 {
        margin: 2rem 0;
    }

    h3 {
        margin: 1rem 0;
    }

    #quote .row:last-of-type {
        text-align: center;
    }

    #quote ul li {
        list-style-type: disc;
    }

    /* ********** FORM ********** */

        #form-accounting,
        #form-taxation,
        #form-salary,
        #form-administrative,
        #form-business {
            display: none;
        }

        input[type="submit"] {
            margin-bottom: 2.5rem;
        }
