.best-seller{
    margin: 100px 4vw;
    margin-bottom: 40px;
    #bs-products-l{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        padding: 40px 0;
        .bs-child{
            width: 45%;
            max-width: 300px;
            margin-bottom: 20px;
        }
    }
}