.about {
 padding: 0 30px 180px;
}
.about .about-heading h1 {
    font-family: "industry",sans-serif;
    font-size: 36px;
    color: #555759;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-weight: 500;
    padding-bottom: 20px;
}
.about .about-content p {
    font-family: "acumin-pro-condensed","Helvetica Neue",Arial,sans-serif;
    color: #555759;
    line-height: 1;
    padding-bottom: 10px;
}
.about .about-content .subheader {
    font-weight: 400;
    line-height: 0.9;
    font-family: "industry",sans-serif;
    color: #222;
    font-size: 25.6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 38.4px 0 12.8px;
}
.about .about-content p a {
 color: #00B3FE;
    text-decoration: none;
}

@media only screen and (max-width:992px){
 .about {
  padding: 0 18px 200px;
 }
}
@media only screen and (max-width:767px){
 .about {
  padding: 0 10px 200px;
 }
 .about .about-heading h1 {
  font-size: 20px;
  padding: 0 0 0 13.44px;
  margin: 0 0 20px 0;
 }
}
@media only screen and (max-width: 576px){
 .about .about-heading h1 {
  font-size: 28.8px;
  padding: 0;
  margin: 0 0 20px 0;
 }
}
