
html {
    scroll-behavior: initial !important;
}
@media (max-width:991px) {
  .locations [class*="col"] > p:first-child {
    margin-bottom: 0.2rem;
  }
  .locations .row ul {
    columns: 3;
    display: block !important;
  }
  .locations .row ul > li{
    break-inside: avoid-column;
    width: auto !important;
  }
}
