 @media only screen and (min-width: 0rem) {.article-group {display: flex;flex-direction: column;gap: 1.5rem;}.dinner-pricing, .pricing-grid {display: flex;flex-direction: column;gap: 1.4rem;}.price-card {display: flex;flex-direction: column;gap: 0.5rem;list-style: none;background-color: #FFF;border-radius: 8px;border: 1px solid #E8E8E8;padding: clamp(1rem, 3vw, 4rem);align-items: center;justify-content: center;transition: all 300ms ease;}.price-card:hover {border: 1px solid var(--General-Primary, #B36008);background: #F7EFE6;}.price-amount {font-family: 'Inter', sans-serif;}}@media only screen and (min-width: 48rem) {.dinner-pricing, .pricing-grid {flex-direction: row;gap: 2rem;justify-content: space-around;width: 100%;}.pricing-grid {margin-top: 1rem;}}