@media (max-width: 620px) {
  .lwn-cols {
    grid-template-columns: 1fr !important;
  }
  .lwn-cols > div:first-child {
    border-right: none !important;
    border-bottom: 1px dashed rgba(23, 54, 92, 0.3);
  }
  .lwn-title {
    font-size: 28px !important;
  }
  .lwn-stats {
    gap: 14px 20px !important;
  }
  .lwn-pad {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
