    .product-item__img {
        width: 100%;
        max-width: 268px;
        max-height: 244px;
    }
    .bg-yellow{
        background: #F8B324;
    }
    .bx-item{
        display: grid;
        grid-template-rows: 250px 230px;
        overflow: hidden;
    }