/* page specific theming */

/* typography */
.sponsors ul {
  margin-left: 30px;
}
.event-title {
  font-weight: 800;
}
/*regions */
.page-title {
  display: inline-block;
}
.page-head {
  margin-bottom: 15px;
}
.page-head .red-btn {
  float: right;
  margin-top: 22px;
}
.member-list {
  display: flex;
  justify-content: space-between;
}

/* Responsivenexx */

@media (max-width: 991px) {
  .page-head .red-btn {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .member-list {
    width: 100%;
    flex-direction: column;
  }
  .page-head .red-btn {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
}
