        .more-opt {
            margin-bottom: 40px
        }

        .feature-subHead {
            font-size: 22px;
            line-height: 26px;
            color: #888;
            text-align: center;
            margin-top: 15px;
        }

        .pc-only {
            display: block;
        }

        .mobile-only {
            display: none;
        }

        @media (max-width:760px) {

            .pc-only {
                display: none;
            }

            .mobile-only {
                display: block;
            }
        }

        .heading-menu {
            display: none;
        }