html .pre-header {
  padding: 15px 0;
  background-color: #f58723;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

html .pre-header p:last-child{
  margin-bottom: 0;
}

html .pre-header br {
  display: none;
}

html .pre-header a {
  color: inherit;
  border-bottom-color: inherit;
}

html .pre-header a:hover {
  color: inherit;
  border-bottom-color: transparent;
}

.back-green-purple:before {
  background: -webkit-linear-gradient(315deg, #2db78c 0%, #886aaf 100%);
  background: linear-gradient(135deg, #2db78c 0%, #886aaf 100%);
}

.change-list.purple h5 {
  color: #876baf;
}

.pathways-wrapper {
  margin-top: 65px;
}

.pathways-wrapper h2 {
  text-align: center;
}

.pathways-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 28px;
}

.pathways-item {
  text-align: center;
}

.pathways-item h3 {
  color: #876baf;
}

.pathways-img {
  margin-bottom: 15px;
}

.pathways-img img {
  height: 70px;
  width: auto;
}

.section-title-v2 {
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #f68923;
}

.section-boxes-v2 .images-list {
  margin-top: 0;
  margin-bottom: 55px;
}

.section-partner {
  padding: 40px 0 20px;
}

.section-partner .btn-frame.btn-frame-add {
  padding: 10px 0 0;
}

.partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5px;
}

.partner-iitem {
  margin: 0 10px 20px;
  padding: 40px 10px;
  border-radius: 8px;
  border: 1px solid #eee;
  max-width: 264px;
  width: 100%;
  text-align: center;
}

.title-holder.heading-add {
  padding: 0 0 40px;
}
@media screen and (max-width: 1023px) {

  html .pre-header {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {

  html .pre-header {
    font-size: 14px;
    padding: 12px 0;
  }

  .pathways-block {
    display: block;
    padding-top: 0px;
  }

  .pathways-item {
    max-width: 260px;
    margin: 30px auto 0px;
  }
}

@media screen and (max-width: 468px) {

  html .pre-header {
    font-size: 12px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 350px) {

  html .pre-header br {
    display: block;
  }
}

@media (min-width: 1024px) {

  .section-title-v2 {
    padding-bottom: 65px;
  }
}
