@media (max-width: 900px) {
  .c-quick-row,
  .c-quick-row button,
  .c-quick-row button *,
  .c-quick-row strong,
  .c-quick-row span,
  .c-quick-row svg,
  .c-quick-row svg * {
    color: #ffffff !important;
    fill: currentColor !important;
    stroke: currentColor !important;
    -webkit-text-fill-color: #ffffff !important;
  }

  .c-quick-row button {
    opacity: 1 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.28) !important;
  }

  .c-quick-row strong {
    font-weight: 800 !important;
    font-size: 10px !important;
    letter-spacing: .01em !important;
  }
}
