.nv-page-title h1 {
  font-weight: 700 !important;
  font-size: 48px !important;
  color: #2e4e35;
  line-height: 56px;
  margin-bottom: 60px !important;
}

p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #2e4e35;
  margin-bottom: 30px !important;
}

h2,
h3 {
  --h3fontsize: 28px;
  --h3lineheight: 1.4;
  --h3letterspacing: 0px;
  color: #2e4e35 !important;

  font-size: var(--h3fontsize) !important;
  font-weight: var(--h3fontweight) !important;
  line-height: var(--h3lineheight) !important;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }

  .nv-page-title h1 {
    font-size: 28px !important;
    line-height: 28px !important;
  }
}
