#never-standing-still {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}

#never-standing-still * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#never-standing-still a {
  text-decoration: none;
  color: #000;
}

#never-standing-still .section {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#never-standing-still .section .header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 8% 2% 6%;
  text-align: center;
}

#never-standing-still .section .header:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  margin: 0 auto;
  width: 0;
  border: 16px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
  content: "";
}

#never-standing-still .section .header .heading {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.563em;
  font-weight: 700;
  line-height: 1;
}

#never-standing-still .section .header .description {
  width: 80%;
  margin: 0 auto;
  font-size: .938em;
}

#never-standing-still .section .header .description p {
  width: 100%;
  margin: 0 0 2%;
  line-height: 1.3;
}

#never-standing-still .section .figure {
  width: 100%;
  margin: 0;
}

#never-standing-still .details {
  width: 100%;
  margin: 0;
  padding: 8% 2%;
  text-align: center;
}

#never-standing-still .details a {
  padding: 1.5% 5%;
  background: #000;
  color: #fff;
  font-size: .781em;
}

#never-standing-still .details a:hover {
  background: #ccc;
  color: #000;
}

#never-standing-still #case-studies {
  padding: 0;
  background: #000;
  color: #fff;
}

#never-standing-still #case-studies .heading {
  margin: 0;
  padding: 10% 2%;
}

#never-standing-still #case-studies ul.navi {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#never-standing-still #case-studies ul.navi li {
  float: left;
  width: 33.33333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  background: #fff;
}

#never-standing-still #case-studies ul.navi li a {
  display: block;
}

#never-standing-still #case-studies ul.navi li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
}

#never-standing-still .banner {
  margin: 8% 0;
}

@media (max-width: 767px) {
  #never-standing-still .section .header .description {
    width: 100%;
  }
  #never-standing-still #case-studies ul.navi li {
    float: none;
    width: 100%;
    background: none;
  }
}