.special-hero-content {
  padding-top: 170px !important;
  padding-bottom: 80px !important;
}
.special-hero-content p {
  color: #fff;
}
@media (max-width: 1139px) {
  .special-hero-content{
    left: 10%;
  }
  .column {
    position: relative;
    left: 10%;
    width: 80% !important;
  }
}

@media (max-width: 767px) {
  .special-hero-content{
    max-width: 330px !important;
  }
}.hero-button {
  background:#e5794c !important;
  color:#fff !important;
}
.hero-banner h3 {
  font-family: industry, Open Sans, Sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color:#74C4E2;
  margin-bottom: 1.3em !important;
}
.icon-container {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
/* BOTTOM HALF  */
.column {
  float: left;
  width: 50%;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  padding-bottom: 70px;
}
}
.icon-container i {
  background-color: #384A5A !important;
  border-radius: 60% !important;
  padding: 20px !important;
}
.icon-text h2 {
  color: #E5794C;
  font-size: 26px !important;
  margin-bottom: 4px !important;
}
.icon-text {
  color:white;
  font-weight:100;
  display:inline-block;
  width:70%;
}
.bullet-container {
  display: inline-block;
  padding-bottom: 25px;
}
@media (max-width: 479px) {
  .icon-container, .icon-text {
    width: 100%;
    text-align: center;
  }
  .icon-container, .icon-text {
    padding-bottom: 15px; 
  }
}