html{
    scroll-behavior: smooth;
  }
.gtco-section {
    padding: 7em 0;
    clear: both;
  }
  @media screen and (max-width: 768px) {
    #gtco-features,
    #gtco-features-2,
    #gtco-testimonial,
    #gtco-services,
    #gtco-subscribe,
    #gtco-footer,
    .gtco-section {
      padding: 3em 0;
    }
  }

  .gtco-container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gtco-cover > .gtco-container {
    position: relative;
    z-index: 10;
  }