.pricing-section .pricing-grid {
  display: flex;
  justify-content: center;
}

.pricing-section .price-card {
  width: min(100%, 520px);
}

.pricing-section .price small:first-child {
  display: block;
  margin-bottom: 4px;
  color: #687384;
  font: 600 14px "DM Sans", sans-serif;
  letter-spacing: normal;
}
