/*!*PC*!*/
/*@media (max-width: 740px) {*/

/*}*/
/*Tablet*/
/*@media (max-width: 740px) {*/

/*}*/

/*mobile*/
@media (max-width: 739px) {
    .head__navbar-item {
        font-size: 0.9rem;
        color: red;
        text-decoration: none;
        margin: auto;
        text-align: center;
        font-weight: 100;
    }
    .header__navbar{
        display: block;
        justify-content: space-between;
    }
    .head__navbar-item2 {
        display: inherit;
        font-size: 1rem;
        color: var(--yellow-color);
        font-weight: 200;
        margin: 0 8px;
    }
}
    .head__navbar-menu {
        display: inline-block;
        font-size: 1.1rem;
        color: var(--black-color);
        text-decoration: none;
        font-weight: 100;
        width: 12%;
        text-align: center;
        justify-content: space-between;
    }
