@media all and (max-width: 480px) {
    .action-link:nth-child(3){
        display: none;
    }
    .action-item{
        width: 50%;
        padding: 10px 5px;
    }
    .action-item__photo, .action-item__photo img, .action-item-shadow{
        height: 85px;
    }
    .action-item-shadow{
        top: 0;
        bottom: auto;
    }
    .action-list-center{
        max-width: 256px;
    }
    .action-item__label{
        font-size: 11px;
        line-height: 14px;
    }
    .action-item-inner{
        height: 205px;
    }
    .action-item__text{
        height: 120px;
        width: auto;
    }
    .action-item__title{
        font-size: 12px;
        max-height: 48px;
        overflow: hidden;
    }
}