.items .menu-description {
  color: #a8c8d9;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 5px;
  max-width: 46rem;
}

.menu-extras-note {
  color: #d7eefb;
  background: #041523;
  border-left: 3px solid #31cbff;
  margin: 12px 0 4px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.45;
}

.menu-tax-note {
  color: #ffffff;
  background: #082136;
  border: 1px solid #2779a7;
  border-radius: 10px;
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.heroIcon {
  width: 220px !important;
  height: 245px !important;
}

@media (max-width: 480px) {
  .items .menu-description {
    font-size: 11px;
  }

  .heroIcon {
    width: 100px !important;
    height: 118px !important;
    top: 142px !important;
    right: 10px !important;
  }
}
