
    @media only screen and (max-width: 991px) {
        .nav1 a.nav-link {
            position: relative;
            padding-top: 10px !important;
            /* width: 180px; */
            text-align: center;
            padding-top: 10px;
        }
    }

                .preveal--text p,
                .preveal--text li {
                    margin-bottom: 1rem;
                    line-height: 1.4
                }

                .preveal--text li {
                    text-align: left;
                    padding-left: 28px;
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23aa8961' d='M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z' /%3E%3C/svg%3E");
                    background-repeat: no-repeat;
                    -webkit-background-size: 24px;
                    background-size: 24px;
                    background-position: -3px -2px
                }

                .preveal--text p+h2,
                .preveal--text ul+h2 {
                    margin-top: 1.5rem
                }

                .preveal--text a {
                    font-weight: 700;
                    transition: .15s ease-out;
                    color: #40464a;
                    border-bottom: 1px solid #dcdcdc
                }

                .preveal--text a:hover {
                    color: #333;
                    border-bottom: 1px solid #333
                }

                .preveal--text h2,
                .preveal--text h4 {
                    margin-bottom: .8rem;
                    font-weight: 700;
                    font-family: 'GHGuardianHeadline', 'Georgia', 'serif';
                    color: #333
                }

                .preveal--text h2 {
                    font-size: 1.8rem;
                    line-height: 2.4rem;
                    margin-bottom: 20px
                }

                .preveal--text h4 {
                    font-size: 1.6rem;
                    line-height: 2rem
                }

                .preveal--text h6 {
                    text-align: left;
                    margin-left: 30px;
                    margin-top: 20px;
                    font-size: 1.2rem;
                    line-height: 1.8rem;
                    color: #999
                }

                .preveal--text ul,
                .preveal--text li {
                    margin-bottom: 1rem
                }
  