#shopping {
    margin-top: 16px;
    padding: 61px 0 66px 0;
    background-color: #f5f5f5;
}
#shopping .title {
    font-size: 53px;
    line-height: 1;
    margin-bottom: 30px;
}
#shopping .title span {
    font-size: 133.0188679245283%;
}
#shopping .items-list {
    gap: 45px 70px;
    align-items: stretch;
}

#shopping .item {
    flex-basis: calc(25% - 70px);
    flex-direction: column;
    text-align: center;
    justify-content: start;
}
#shopping .d-image {
    height: 104px;
    align-items: flex-end;
}
#shopping h5 {
    font-size: 22px;
    margin-top: 18px;
    margin-bottom: 10px;
}
#shopping p {
    font-size: 16px;
    line-height: 21px;
}
#shopping .button,
#shopping .button:hover {
    width: 188px;
    height: 52px;
    font-size: 20px;
    margin-top: 33px;
}
@media screen and (max-width: 767px ) {
    #shopping .item {
        flex-basis: calc(50% - 70px);
    }
}
@media screen and (max-width: 567px ) {
    #shopping {
        padding: 48px 0 53px 0;
    }
    #shopping .title {
        font-size: 36px;
        margin-bottom: 0;
    }
    #shopping .items-list {
        gap: 18px 60px;
    }
    #shopping .item {
        flex-basis: 100%;
        flex-wrap: nowrap;
        flex-direction: row;
        text-align: left;
    }
    #shopping .d-image {
        flex-shrink: 0;
        width: 132px;
    }
    #shopping img {
        height: auto;
        margin: 0 auto;
    }
    #shopping .items-list .item:nth-of-type(1) img, 
    #shopping .items-list .item:nth-of-type(1) lottie-player {
        width: 90px;
    }
    #shopping .items-list .item:nth-of-type(2) img,
    #shopping .items-list .item:nth-of-type(2) lottie-player {
        width: 85.5px;
    }
    #shopping .items-list .item:nth-of-type(3) img,
    #shopping .items-list .item:nth-of-type(3) lottie-player {
        width: 85.5px;
    }
    #shopping .items-list .item:nth-of-type(4) img,
    #shopping .items-list .item:nth-of-type(4) lottie-player {
        width: 87.5px;
    }
    #shopping h5 {
        font-size: 18px;
        margin-bottom: 2px;
    }
    #shopping h5 br {
        display: none;
    }
    #shopping p {
        font-size: 12.5px;
        line-height: 16.5px;
    }
}