@media only screen and (max-width: 750px){

    .itemLootName{
        margin-top: 10px;
    }
    
    

    .itemLootName{
        width: 100%;
        font-weight: 600;
        font-size: 0.9rem;
        text-align: center;
    }
    
    .itemLootPrice{
        width: 100%;
        text-align: center;
        font-size: 0.9rem;
    }
    
    .itemLootByuOut{
        width: 100%;
        text-align: center;
        font-size: 0.9rem;
    }
    
    .itemLootTime{
        width: 100%;
        text-align: center;
        font-size: 0.9rem;
    }

   

    .textNameItem{
        text-align: center;
        font-size: 24px;
    }

    .textClassItem{
        text-align: center;
        font-size: 16px;
    }
    .filterBox{
        float: none;
        justify-content: center;
    }
    .buttonInfoItem{
        border-radius: 0px 0px 20px 20px;
        width: 100%;
    }
    .nameAndDescription
    {
        display: grid;
        width: 100%;
    }

    .descriptionItem{
        justify-content: center;
        width: 100%;
    }

    .itemHeader{
        margin-left: 0px;
        margin-right: 0px;
    }

    .iconItem{
        width: 100%;
        max-width: 300px;
    }
}