@media (max-width: 500px) {
    .d_flex.w_100\%.flex_column.gap_16px {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 16px;
    }


    .d_flex.w_100\%.flex_column.gap_16px>div:nth-child(1) {
        grid-column: 1;
    }

    .d_flex.w_100\%.flex_column.gap_16px>div:nth-child(2) {
        grid-column: 2;
    }

    .d_flex.w_100\%.flex_column.gap_16px>div:nth-child(3) {
        grid-column: 1 / span 2;
        justify-self: center;
    }

    .w_230px.d_flex.flex_column.gap-x_16px.max-h_344px {
        width: 100% !important;
    }

    .desc-custom {
        display: none;
    }

    .reviews-custom {
        /* flex-direction: column; */
        display: none;
    }

    #bf-r-custom {
        display: none;
    }
    .top-rides-custom {
        display: none !important;
    }

}


.btn-slider-custom {
    display: none !important;
}