@media screen and (max-width: 575px) {
  .page-top-alert.page-top-alert-2 table.mobile-alerts-list tr,
.page-top-alert.page-top-alert-2 table.mobile-alerts-list td {
    display: block;
    text-align: left !important;
  }
  .page-top-alert.page-top-alert-2 table.mobile-alerts-list tr:not(:first-child) {
    margin-top: 1rem;
  }
  .page-top-alert.page-top-alert-2 .col-auto {
    flex: 0 0 100%;
    max-width: 100%;
  }
}