.top-line {
  margin-bottom: 80px;
}

.event-list .section .inner .category-buttons {
  margin-bottom: 50px;
}
.event-list .section .inner .category-buttons button.news, .event-list .section .inner .category-buttons button.letter {
  background-color: #a4805f;
}
.event-list .section .inner #event-list-wrapper .list {
  margin-bottom: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 600px) {
  .event-list .section .inner #event-list-wrapper .list {
    margin-bottom: 30px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.event-list .section .inner #event-list-wrapper .list .item {
  border-bottom: 1px solid #4c4c4c;
}
.event-list .section .inner #event-list-wrapper .list .item:first-child {
  border-top: 1px solid #4c4c4c;
}
.event-list .section .inner #event-list-wrapper .list .item a {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event-list .section .inner #event-list-wrapper .list .item a .date {
  font-size: 13px;
  color: #a4805f;
  margin-bottom: 10px;
}
.event-list .section .inner #event-list-wrapper .list .item a .title {
  font-size: 18px;
}
.event-list .section .inner #event-list-wrapper .pagination {
  margin-top: 100px;
}