.section-title {
  grid-column: 1 / -1;
  margin: 30px 0 0;
  padding: 15px 18px;
  background: #080808;
  color: #fff;
  border-left: 6px solid #e10613;
  border-radius: 8px;
  font-size: 22px;
  letter-spacing: 1.5px;
}
.section-title:first-child { margin-top: 0; }
@media (max-width: 480px) {
  .section-title { font-size: 18px; margin-top: 20px; padding: 12px 14px; }
}
.order-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 10px;
  border-radius: 9px;
  background: #20aa5b;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}
.order-btn:active { transform: scale(.98); }
@media (max-width: 480px) {
  .card-wide-mobile { grid-column: auto; }
  .card-wide-mobile img { aspect-ratio: 1 / 1; max-height: none; }
}
