.naturalx-cta-section {
  display: none
}
[theme="accent_2"] .naturalx-cta-section {
  display: block;
}
.naturalx-cta-section-inner h3 {
  color: #42FF6D;
  font-size: 60px!important;
}
.naturalx-cta-section-inner p {
  font-size: 40px!important;
}
nav#block-naturalxtheme-footertop2 {
  display: none;
}

.naturalx-hero-image-text-content h1 {
 font-size: 50px!important;
 margin-bottom: 40px;
}
.naturalx-hero-image-text-content h3 {
  font-size: 28px!important;
 }
@media screen and (min-width: 768px) {
  .naturalx-hero-image-text-content h1 {
    font-size: 91px!important;
    margin-bottom: 40px;
   }
   .naturalx-hero-image-text-content h3 {
    font-size: 40px!important;
   }
  .naturalx-cta-section {
    display: block;
  }


  .naturalx-cta-section-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 565px;
    box-sizing: border-box;
    font-style: normal
  }

  .naturalx-cta-section-inner:first-child {
    font-weight: 600;
    font-size: 3.75rem;
    line-height: 110%;
    letter-spacing: 0.05em;
    color: var(--naturalX-secondary-green)
  }
.naturalx-cta-section-inner > p >a{
  color: var(--naturalX-secondary-green)
}
}



