.price-header {
 background: #cd2026 !important;
}

.price-header h3 {
 color: white !important;
}

@media (min-width: 768px) {
 .price-header {
 display: flex;
 justify-content: center;
 align-items: center;
 min-height: 160px;
 }

.price-header h3 {
 margin: 0;
}

 .price {
 min-height: 192px;
 }
}