/* Центрирование текста в карточках на главной */
.home-page .card-body {
    text-align: center !important;
}

.home-page .card-title,
.home-page .card-text,
.home-page .product-price,
.home-page .btn {
    text-align: center !important;
    justify-content: center !important;
}

/* Убираем лишние отступы */
.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.mb-5 {
    margin-bottom: 2rem !important;
}
