@media only screen and (max-width: 350px) {
  .calender-block .calendar-view-table .calendar-view-day__number {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }

  .event-wrap {
    flex-direction: column;
  }

  .event-date {
    margin: 0 0 20px 0;
  }
}
