.about-banner {
  padding: 30px 0 30px;
  background: #F16522;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .about-banner {
    padding: 90px 0 100px;
  }
}
.about-banner-in {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.about-banner-in h1 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: -2.5px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .about-banner-in h1 {
    font-size: 60px;
    line-height: 1.16;
  }
}
.about-banner-in p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #F0F0F0;
}
.about-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/handyman.svg) no-repeat center 40px;
}