#seccion-proximos-eventos {
  display: flex;
  flex-direction: column;
  max-height: calc(2 * 230px);
  overflow-y: auto;
  padding-right: 8px;
}

.calendar-item {
  border-bottom: 1px solid;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.calendar-item:first-child {
  padding-top: 0;
}

.calendar-image-item {
  min-width: 180px;
  max-width: 180px;
  height: 240px;
  border-radius: 20px;
  border: 1px solid var(--grey);
  overflow: hidden;
}

.calendar-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
