.seoh1onpage-wrapper {
    text-align: center;
    margin: 0;
    background: #f5f5f5;
  }
  
  .seoh1onpage-title {
    font-size: 21px;
    color: #222222;
    text-transform: uppercase;
    line-height: 1.1;
    position: relative;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 0 35px;
    display: inline-block;
    text-align: center;
    margin-top: 60px;
    padding-bottom: 20px;
  }
  .seoh1onpage-title span {
    color: #ff5400;
  }
  @media (max-width: 600px) {
  .seoh1onpage-wrapper {
    background: none !important;
  }
  .seoh1onpage-title {
    margin: 0;
    padding: 40px 12px;
  }
}
