.home-products {
    width: 100%;
}

.hp-slider-single {
    justify-content: center;
}

.hp-slider-single .hp-card {
    flex: 0 1 400px;
    width: 100%;
    min-width: 280px;
    max-width: 400px;
}

@media (max-width: 600px) {
    .hp-slider-single {
        display: flex;
        justify-content: center;
    }

    .hp-slider-single .hp-card {
        flex: 0 1 400px;
        min-width: 0;
        max-width: 400px;
    }
}
