.shop_panel
{
    background: #fff;
    position: relative;
    float: left;
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    column-gap: 25px;
}
