.an-calendar-swiper {
  position: relative;

}

.an-calendar-card {
  display: flex;
  border: 1px solid #2f6f9f;
  background: #fff;
  height: 100%;
}

.an-calendar-date {
  width: 140px;
  background: #2f6f9f;
  color: #fff;
  padding: 20px;
  text-align: center;
  flex-shrink: 0;
}

.an-calendar-day {
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
}

.an-calendar-month {
  font-size: 20px;
  margin-top: 5px;
}

.an-calendar-time {
  margin-top: 15px;
  font-size: 20px;
}

.an-calendar-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.an-calendar-category {
  font-size: 12px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 10px;
}

.an-calendar-content h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}