@media (max-width: 375px)
{
    header .info .cont.mobile.flex .right_mobile_col .three_row div a span:nth-child(2)
    {
        display: none;
    }

    header .info .cont.mobile.flex .right_mobile_col .three_row div a span:nth-child(3)
    {
        display: block;
    }
    header .info .cont.mobile.flex .right_mobile_col .three_row .max
    {
        display: none;
    }
    header .cont.mobile.flex .right_mobile_col .second_row .max 
    {
        display: block !important;
    }
    header .cont.mobile.flex .right_mobile_col .second_row
    {
        margin-top: 10px;
    }
}