        /* -----------------------------------------
           Back Link
        ----------------------------------------- */

        .go-back {
            text-align: center;
            margin-top: 45px;
        }

        .go-back a {
            display: inline-block;

            padding: 10px 22px;

            border: 1px solid #c9bfb5;
            border-radius: 30px;

            color: #514239;
            text-decoration: none;

            transition: all 0.2s ease;
        }

        .go-back a:hover {
            background: #514239;
            color: #ffffff;
        }
