/*
  660px
  770px
  780px
  980px
  1280px
*/

@media screen and (max-width: 980px) {
  .upcoming_events_section {
    display: none;
  }
}

.page-section {
  position: relative;
  z-index: 1;
  background-color: #E4E4E6;
  padding: 16px 0;
}

.page-section__header {
  padding: 8px 40px 16px;
  font-size: 20px;
  line-height: 24px;
}

.page-section__title {
  color: #222432;
  font-weight: 700;
}

.page-section__header a {
  color: #222432;
  text-decoration: none;
  opacity: .8;
  transition: .1s;
}
.page-section__header a:hover {
  color: #5A628A;
  opacity: 1;
}

.page-section__wrapper {
  padding: 0 8px;
}