.blog-banner {
  padding: 30px 0 30px;
  background: #F16522;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .blog-banner {
    padding: 84px 0 67px;
  }
}
.blog-banner-in {
  position: relative;
}
.blog-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) {
  .blog-banner-in h1 {
    font-size: 60px;
    line-height: 1.16;
  }
}
.blog-banner-in p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.005em;
  color: #ffffff;
}