html {
    scroll-behavior: smooth;
}

.page-main-header {
    background-color: lightgray; 
    padding: 10px 0;
}

    .page-main-header img {
        height: 64px;
    }

    .page-main-header h2 {
        margin: 13px 0px 3px 0px; 
        padding: 0px;
    }

        .page-main-header h2 small {
            font-size: 75%; 
            color: #212121;
        }

@media only screen and (max-width: 600px) {
    .page-main-header h2 small {
        font-size: 80%; 
    }
}

@media only screen and (min-width: 400px) and (max-width: 599px) {
    .page-main-header h2 {
        margin: 3px 0px 3px 0px; 
    }
}

@media only screen and (max-width: 399px) {
    .page-main-header h2 {
        margin: 0 0px 3px 0px; 
    }

    .page-main-header h2 small {
        font-size: 70%; 
    }
}

.header-content {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

    .header-content .content {
        padding: 10px 0;
    }

        .header-content .content .mob-img {
            width: 100%;
            display: none;
        }

        .header-content .content h1 {
            font-size: 46px;
            color: #3E536D;
            margin-top: 45px;
            margin-bottom: 25px;
        }

    .header-content .img {
        padding: 0;
    }

        .header-content .img img {
            width: 100%;
        }

@media  only screen and (min-width: 768px) and (max-width: 990px) {
    .header-content .col-lg-7.col-md-6.col-sm-6.col-xs-12 {
        padding-top: 100px;
    }
}

@media  only screen and (min-width: 601px) and (max-width: 767px) {
    .header-content .col-lg-5.col-md-6.col-sm-6.col-xs-12 {
        width: 50%;
    }

    .header-content .col-lg-7.col-md-6.col-sm-6.col-xs-12 {
        width: 50%;
        padding-top: 110px;
    }
}

@media  only screen and (max-width: 600px) {
    .header-content .content .mob-img {
        display: block;
    }

    .header-content .img {
        display: none;
    }

    .header-content .content h1 br {
        display: none;
    }
}


.body-content {
    position: relative;
    width: 100%;
    padding: 0 0 20px 0;
}

    .body-content h3 {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .body-content ul {
        margin: 0;
        padding-left: 3rem;
        list-style-type: none;
    }

        .body-content ul li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 10px;
        }

            .body-content ul li::before {
                content: '⤍';
                position: absolute;
                top: 0;
                left: 0;
                font-size: 18px;
                line-height: 1;
            }

                .body-content ul li:nth-child(odd)::before {
                    color: #b4670e;
                }

                .body-content ul li:nth-child(even)::before {
                    color: #676767;
                }

            .body-content ul li:last-child {
                margin-bottom: 0;
            }


    .body-content .sec {
        position: relative;
        width: 100%;
        padding-top: 40px;
    }

        .body-content .sec ul.anchor-links {
            padding: 0 !important;
        }

            .body-content .sec ul.anchor-links.fixed {
                position: fixed;
                top: 40px;
                z-index: 11;
            }

            .body-content .sec ul.anchor-links li {
                padding-left: 0 !important;
            }

                .body-content .sec ul.anchor-links li::before {
                    display: none;
                }

                .body-content .sec ul.anchor-links li a {
                    color: #676767;
                }

        .body-content .sec h3 {
            color: #ce7a19;
            padding-bottom: 5px;
            border-bottom: 1px solid #e5e5e5;
        }

@media  only screen and (max-width: 990px) {
    .body-content h3 {
        color: #ce7a19;
    }

    .body-content .sec ul.anchor-links {
        display: none;
    }
}
        