.banner {
  position: relative;
}

.banner img {
  display: block;
  width: 100%;
}

.banner .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FC4C02;
  text-align: center;
  font-size: 5.20833vw;
  line-height: 1.5;
  font-family: SourceSansPro, Arial, sans-serif;
}

article {
  padding: 6.51042vw 0;
  max-width: 67.70833vw;
  margin: 0 auto;
}

section {
  margin-bottom: 5.20833vw;
}

h2 {
  color: #025cc1;
  font-size: 2.60417vw;
  font-family: SourceSansPro, Arial, sans-serif;
  margin-bottom: 1.04167vw;
}

section div {
  color: #808080;
  font-size: 0.9375vw;
  line-height: 1.5;
  font-family: Arial, sans-serif;
}