.s-header {
  border-bottom: 0;
  background-color: #00B9FF;
}

.s-about-intro {
  padding: 120px 0;
  background: #00B9FF;
  color: #fff;
}
.s-about-intro-heading {
  font-size: 3.6em;
  text-transform: uppercase;
}
@media (max-width: 767.9px) {
  .s-about-intro-heading {
    font-size: 2.8em;
  }
}

.s-about-mvp {
  padding: 120px 0;
  background: #004C9C;
  color: #fff;
}
.s-about-mvp-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.s-about-mvp-list li {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.s-about-mvp-list li h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.8em;
  margin-bottom: 20px;
}
.s-about-mvp-list li p {
  margin-bottom: 0;
  padding: 0 30px;
}

.s-about-values {
  padding: 120px 0;
  background: #fff;
  color: #888;
}
.s-about-values-title {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 20px;
}

.s-about-events {
  padding: 40px 0;
  background-color: #007ECF;
  color: #fff;
}
.s-about-events h4 {
  line-height: 1;
  margin-bottom: 0;
}
.s-about-events-btn {
  border-radius: 50px;
  padding: 12px 45px;
  color: #007ECF;
  background-color: #fff;
}