#features.features {
  background: #2599da;
  width: 100%;
  padding: 75px 0 75px;
}
#features .white-block {
  padding: 45px;
  background: white;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#features .white-block .page-name {
  margin: 0;
  color: #656464;
  font-size: 24px;
  text-align: left;
  font-family: "gothambold";
  text-transform: uppercase;
}
#features .white-block .content-block {
  margin-top: 50px;
}
#features .white-block .content-block .feature {
  margin-bottom: 40px;
  width: 100%;
  display: block;
  vertical-align: top;
  text-align: left;
}
#features .white-block .content-block .feature .f-content .f-header {
  font-size: 16px;
  margin: 10px 0 5px;
  font-family: "gothambold";
  text-transform: uppercase;
  color: #595959;
}
#features .white-block .content-block .feature .f-content .f-body {
  font-size: 13px;
  line-height: 16px;
  font-family: "opensansregular";
  color: #6a6a6a;
  text-align: justify;
}
@media screen and (max-width: 540px) {
  #features .white-block {
    padding: 35px 20px;
  }
}
