.mr1 {
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}

.hidemobile {
}
@media screen and (max-width: 996px) {
  .hidemobile {
    display: none !important;
  }
}
