.calendar-group {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .calendar-group {
    flex-direction: row;
  }
}

