h1 {
  font-size: 48px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}
.__big h1,
.__big h2,
.__big h3 {
  font-size: 65px;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 48px;
  }
  .__big h1,
  .__big h2,
  .__big h3 {
    font-size: 48px;
  }
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 36px;
  }
  .__big h1,
  .__big h2,
  .__big h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-widget-container .elementor-heading-title,
.elementor-image-carousel-caption {
  font-family: "Parkinsans";
  line-height: 1.3em !important;
  letter-spacing: 1px;
  font-weight: 400;
}
