@media (max-width: 768px) {
    /* custom css */
    /*section {*/
    /*    padding: 30px 0;*/
    /*}*/
    h2 {
        font-size: 25px;
    }

    p {
        font-size: 15px;
        line-height: 24px;
    }

    /* navabar */
    .header-scrolled {
        height: auto;
    }

    .header_wrapper .menu-navbar-nav {
        text-align: left;
        background-color: var(--bg-dark-blue);
        padding-bottom: 15px;
        width: 100%;
    }

    .header_wrapper .nav-item .nav-link {
        margin-top: 15px;
    }

    .hidden-xs {
        display: none;
    }

    .about_wrapper p {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .image-section {
        width: 100%;
        float: none;
    }

    .content {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .content h1 {
        font-size: 40px;
    }

    .content h2 {
        font-size: 30px;
    }

    .content p {
        font-size: 18px;
    }

    .heding p {
        text-align: justify;
    }

    .h3 {
        margin-top: 50px;
    }

    #header_responsive > p {
        display: none;

    }

    #header_responsive #hasiya {
        display: none;
    }

    #header_responsive #cpnmc_logo {
        width: 70%;
    }

}
