@media (max-width:500px) {
    .logo {
        width: 126px !important;
        height: 126px !important;
        line-height: 104px;
    }

    .times {
        right: 5px;
        font-size: 13px;
    }

    header {
        min-height: 150px;
    }

    .item_link svg {
        width: 80px;
        height: 80px;
    }

    .item_link img {
        width: 80px;
        height: 80px;
    }

    .content .col-md-6 {
        width: 50%;
    }

    .menu_link {
        min-height: 80px;
    }
    .menu_link.h-100{
        min-height: 100px !important;
    }

    .times {
        bottom: -40px;
    }

    .menu {
        bottom: 0;
        bottom: -10px;
        left: 124px;
    }

    .menu-open-button {
        min-width: 118px;
    }

    .item_link {
        margin-top: 22px;
        border-radius: 50%;
        overflow: hidden;
        width: 80px;
        height: 80px;
        margin: 9px auto;
    }

    .item_link {
        position: relative;
    }

    /* .item_link:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000001a;
  } */

    .headerTwo .logo {
        top: -32px;
    }


}