h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.8px;
}

h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.6px;
  color: var(--text-black);
  font-family: 'e-UkraineHead Regular', Helvetica, Sans-Serif;
}

h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  font-family: 'e-UkraineHead Regular', Helvetica, Sans-Serif;
}

h4 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
}

h5 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
}

h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}

header {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}

p, div, span {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 28.8px */
  letter-spacing: 1.2px;
}

.btn {
  display: flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-decoration: none;
  color: #FFF;
}

@media (max-width: 1440px) {
  p, div, span {
    font-size: 20px;
  }

  h2 {
    font-size: 44px;
  }
}

@media (max-width: 1200px) {

}

@media (max-width: 670px) {
  h1 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.4px;
  }

  h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: 1.2px;
    font-family: 'e-Ukraine Regular', Helvetica, Sans-Serif;
  }

  h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
  }

  .btn {
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.7px !important;
  }

  p, div, span {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.8px;
  }

  .card, .review-card h1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
/* .card, .review-card h1 {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card, .review-card h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.card, .review-card h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
} */