/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.newsroomie-separator {
  display: none;
}

@media (max-width: 768px) {
  .nr-btn-container {
    flex-direction: column;
  }
}

.nr-btn-container button svg {
  display: inline-block;
}
