h1 {
  position: relative;
  font-size: 42px;
  line-height: 1.24;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  padding-top: 34px;
}
@media (max-width: 600px) {
  h1 {
    padding-top: 30px;
  }
}
h1.no-decorative-line {
  padding-top: 0;
}
h1::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 50px;
  height: 10px;
  background: #0028e6;
  border-radius: 40px;
}
h1.no-decorative-line::before {
  display: none;
}

h2 {
  font-size: 38px;
  line-height: 1.36;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  line-height: 1.41;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 400;
}

p {
  font-size: 16px;
  line-height: 1.87;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 36px;
}

strong {
  font-weight: 700;
}

@media (max-width: 600px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
}
