@media only screen and (max-width: 765px) {

    .mb-mt-2{
        margin-top: 1.5em;
    }

    .logo{
        width: 50%;
    }
    .header{
        padding: 0px 15px;
        background-color: #fff;
        text-align: center;
    }

    .post-img1, .post-img2, .post-img3{
        background-repeat: no-repeat;
        background-position: center;
        /*height: 123vh;*/
        height:43vh;
        color: #fff;
        width: 94%;
        margin-left: 11px;
    }
    .medicine-bg-img {
        background-image: url(../img/product/Home10_bg1.jpg);
        height: 164vh;
        background-repeat: no-repeat;
        border-radius: 4px;
        width: 100%;
    }
    .medi-bnr2 {
        background-image: url(../img/product/Home10_bg2-1.jpg);
        height: 72vh;
        background-repeat: no-repeat;
        background-position: center;
    }
    .medi-bnr2-link {
        margin-top: 80px;
        margin-left: 1px;
    }
    .medicine-bg-img2 {
        background-image: url(../img/product/Home10_bg3.jpg);
        height: 164vh;
        background-repeat: no-repeat;
        border-radius: 4px;
        width: 100%;
    }

    .medicine-bg-img3 {
        background-image: url(../img/product/Home10_bg4.jpg);
        height: 164vh;
        background-repeat: no-repeat;
        border-radius: 4px;
        width: 100%;
    }
    .medicine-bg-img4 {
        background-image: url(../img/product/Home10_bg5.jpg);
        height: 164vh;
        background-repeat: no-repeat;
        border-radius: 4px;
        width: 100%;
    }
    .brand-img {
        background: #FFF;
        padding: 20px 10px;
        text-align: center;
        width: 80%;
        margin: 10px 0px;
    }

    .abt-bg {
        background-image: url(../img/aboutus1-01.jpg);
        height: 115vh;
        color: #fff;
    }
    .abt-title {
        font-size: 14px;
        font-weight: 700;
    }
    .product-bg, .product-info, .product-list {
        width: 94%;
        background-color: #fff;
        padding: 40px 10px;
        margin-left: 10px;
        border-radius: 10px;
    }
    .product-view {
            margin-top: 30px;
    }
}