.agenda-expired {
  margin: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .agenda-expired {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.agenda-expired__title {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #005391;
  font-size: 36px;
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .agenda-expired__title {
    font-size: 28.8px;
  }
}
@media only screen and (max-width: 991px) {
  .agenda-expired__title {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .agenda-expired__title {
    font-size: 21.6px;
  }
}
@media only screen and (max-width: 991px) {
  .agenda-expired__title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .agenda-expired__title {
    margin-bottom: 10px;
  }
}
.agenda-expired__slider .slick-list {
  margin: -12px;
  padding: 0 6px;
}
@media only screen and (max-width: 1199px) {
  .agenda-expired__slider .slick-list {
    margin: 0 -15px;
    padding: 0 30px;
  }
}
.agenda-expired__slider--grid {
  margin: -12px;
  padding: 0 6px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .agenda-expired__slider--grid {
    margin: 0 -15px;
    padding: 0 12px;
  }
}
.agenda-expired__slider-item {
  padding: 20px 6px;
  width: 25%;
}
@media only screen and (max-width: 1199px) {
  .agenda-expired__slider-item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 991px) {
  .agenda-expired__slider-item {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .agenda-expired__slider-item {
    width: 100%;
  }
}
.agenda-expired__button {
  padding-top: 23px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .agenda-expired__button {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .agenda-expired__button .button {
    min-width: 250px;
  }
}
