.box-border {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.section {
  margin-bottom: 24px;
  color: #fff;
}
.section.s-events {
  padding: 24px;
}
.section.s-events .section-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}
.section.s-events a {
  color: #fff;
}
.section.s-events .list-events {
  padding: 0;
  list-style: none;
}
.section.s-events .list-events li:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.section.s-events .list-events .event-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.46;
  letter-spacing: 0.2px;
}
.section.s-events .list-events .event-date,
.section.s-events .list-events .event-location {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.46;
  letter-spacing: 0.2px;
  opacity: 0.7;
}
.section.s-events .list-events .btn {
  white-space: nowrap;
}
.section.s-events .list-events .btn-link {
  padding: 0;
  height: auto;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.46;
  letter-spacing: 0.2px;
  text-decoration: underline;
}
.section.s-events .list-events .btn-link:hover {
  text-decoration: none;
}
.section.s-events.s-events-new {
  background: #fff;
  color: #1D1F22;
}
.section.s-events.s-events-new .section-title {
  font-size: 28px;
  line-height: 1.26;
}
.section.s-events.s-events-new .list-events li {
  border-color: #E6E6E6;
}
.section.s-events.s-events-new .list-events li.recent .event-date {
  background: #ff6b35;
  border: none;
  color: #fff;
}
.section.s-events.s-events-new .list-events .event-date {
  display: inline-block;
  padding: 0 8px;
  height: 26px;
  border: 1px solid #016BD5;
  border-radius: 8px;
  color: #016BD5;
  line-height: 26px;
  opacity: 1;
}
.section.s-events.s-events-new .list-events .event-title {
  color: #1D1F22;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.16;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .section {
    margin-bottom: 48px;
  }
  .section.s-events {
    padding: 48px;
  }
  .section.s-events .section-title {
    font-size: 28px;
    line-height: 1.26;
  }
  .section.s-events .list-events li > *:nth-of-type(1) {
    width: 215px;
    max-width: 215px;
    min-width: 215px;
  }
  .section.s-events .list-events li > *:nth-of-type(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section.s-events .list-events li > *:nth-of-type(3) {
    width: 215px;
    max-width: 215px;
    min-width: 215px;
    text-align: center;
  }
  .section.s-events .list-events li > *:nth-of-type(4) {
    width: 205px;
    max-width: 205px;
    min-width: 205px;
    text-align: right;
  }
  .section.s-events.s-events-new .section-title {
    font-size: 38px;
    line-height: 1.18;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 20px;
  list-style: none;
}
.pagination .page-item {
  margin: 0 5px;
}
.pagination .page-item:first-child {
  margin-right: 5px;
}
.pagination .page-item:last-child {
  margin-left: 5px;
}
.pagination .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.pagination .active .page-link {
  border-color: #fff;
}
.pagination .page-item.disabled .page-link {
  background: rgba(255, 255, 255, 0.3) !important;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  background: #fff;
}
@media (min-width: 992px) {
  .pagination {
    padding-bottom: 40px;
  }
}