.events-page {
  padding: 70px 0;
}

.event-card {
  display: flex;

  gap: 25px;

  background: white;

  padding: 25px;

  border-radius: 15px;

  border: 1px solid #eee;

  margin-bottom: 20px;
}

.event-date {
  width: 100px;
  height: 100px;

  background: #5c22ff;

  color: white;

  display: flex;

  align-items: center;
  justify-content: center;

  font-size: 28px;

  font-weight: 700;

  border-radius: 15px;
}
