
  body[class^=service] > main > section::before {
    background-color: #f5f8f9;
  }
  
  body[class^=service] > main > section.gradient::before {
    background: linear-gradient(180deg, #f5f8f9 0%, #ffffff 100%);
  }
  
  body[class^=service] > main > section.moreFeatures ul {
    margin-bottom: 1em;
  }

  body[class^=service] > main > section.howWeHelpSection > p {
    margin-bottom: 0em;
  }
  
  .pointNextSection {
     
     display: none;
     
     font-size: 2rem;
     line-height: 1rem;
     
     position:relative;
     top: 0.3rem;
  }
  
  body[class^=service] > main > section {
    scroll-margin-top: 2rem;
  }
  
  body[class^=service] > main > section h2 {
    scroll-margin-top: 6rem;
  }

  @media screen and (min-width: 700px) {
    
    body[class^=service] > main > section.howWeHelpSection {
      text-align: left;
    }
    
    body[class^=service] > main > section {
      scroll-margin-top: 4rem;
    }
    
    body[class^=service] > main > section h2 {
      scroll-margin-top: 8rem;
    }
  }
