@media (max-width: 1200px) {
    .shop_container {
        margin-top: -10px;
    }
    .shop_container>.pi-price {
        float: initial;
    }
    .shop_container>a {
        float: initial !important;
        font-size: 16px !important;
        padding: 5px 13px;
        margin-top: 5px;
    }
}

@media (max-width: 992px) {
    .navbar-nav {
        width: max-content;
        margin: auto;
        float: initial !important;
    }
    .about-us__image {
        height: 460px
    }
    .about-us__title {
        margin-bottom: 36px
    }
    .about-us__body {
        padding: 50px
    }
    .about-us__team {
        margin-top: 75px
    }
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 27px;
    }
    .close-btn {
        width: 30px;
        height: 30px;
        background: url(../images/icon/close_sm.png);
        background-size: cover;
    }
    .image-container {
        height: 500px;
        position: relative;
    }
    .content-container {
        left: 0;
    }
    .main-heading {
        top: 50%;
        transform: translateY(-50%);
    }
    .product_view {
        margin-top: 65px;
        width: 950px;
    }
    .wrapper-page {
        margin-top: 65px;
    }
    .marginTopHeader {
        margin-top: 65px;
    }
    .second-portion {
        margin-top: 65px;
    }
    .product-item {
        min-height: 335px;
    }
    .introduction {
        margin-top: 55px;
    }
    .menu {
        margin-top: 55px;
    }
}

@media (max-width:767px) and (min-width:576px) {
    .about-us__image {
        height: 360px
    }
    .about-us__title {
        margin-bottom: 24px
    }
    .about-us__body {
        min-height: 290px;
        margin-top: -290px;
        padding: 40px
    }
    .about-us__team {
        margin-top: 50px
    }
}

@media (max-width: 772px) {
    .menu>div {
        height: 40%;
    }
    .main_page_tools {
        display: flex;
        justify-content: center;
    }
    .introduction {
        margin-top: 0;
    }
    .menu {
        margin-top: 0;
    }
    .about-us__image {
        height: 330px
    }
    .about-us__body {
        min-height: 290px;
        margin-top: -290px;
        padding: 30px 24px
    }
    .about-us__title {
        margin-bottom: 20px
    }
    .about-us__team {
        margin-top: 50px
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 18px;
    }
    .heading h3 {
        font-size: 13px;
    }
    .main-heading h1:after {
        width: 250px;
    }
    .story-content div {
        margin-top: 20px;
    }
    .education-container:before, .experience-container:before {
        display: none;
    }
    .education-content, .experience-content {
        width: 100%;
        margin-left: 0;
    }
    .education-content h3, .experience-content h3 {
        text-align: center;
    }
    .education-content h3:before, .experience-content h3:before {
        display: none;
    }
    .google-map {
        height: 500px;
    }
}

@media (max-width: 480px) {
    .intro-content h1 {
        font-size: 30px;
    }
    .intro-content h2 {
        font-size: 20px;
    }
    .main-heading {
        padding-left: 20px;
    }
    .main-heading h1:after {
        height: 3px;
    }
    .image-container {
        height: 300px;
    }
    .story-content div a {
        display: block;
        float: none;
        margin: 5px;
    }
    .contact-form button {
        width: 100%;
    }
    .project .buttons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        font-size: 12px;
    }
}