#bestbuy {
    padding-top: 35px;
    margin-bottom: 40px;
}

#bestbuy .product_list {
    margin-top: 15px;
}

@media only screen and (max-width:767px) {
    #bestbuy ul.product_list.grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    #bestbuy ul.product_list.grid li.product-list-item {
        width: 100%!important;
    }
}
