.h1,
h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.h2,
h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.h3,
h3,
h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.p-18,
p,
ul,
li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.p-14,
span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.wp-block-heading {
  margin-top: 24px;
  margin-bottom: 16px;
}

.light-color {
  color: var(--light-color);
}

.invert-color {
  color: var(--invert-font-color);
}

.accent-color {
  color: var(--accent-color);
}

.dark-color {
  color: var(--600-color);
}

.arbitr-content-text {
  margin-bottom: 112px;
}

.arbitr-content-text p,
.arbitr-content-text ul,
.arbitr-content-text ol {
  margin-bottom: 16px;
}

.arbitr-content-text h2,
.arbitr-content-text h3,
.arbitr-content-text h4,
.arbitr-content-text img {
  margin-bottom: 24px;
  margin-top: 32px;
}

.arbitr-content-text img {
  max-width: 100%;
  height: auto;
}

.arbitr-content-text li {
  position: relative;
  margin-bottom: 12px;
  margin-left: 24px;
}

.arbitr-content-text ul li:before {
  content: '';
  position: absolute;
  left: -23px;
  width: 16px;
  height: 2px;
  background: var(--accent-color);
  top: 12px;
}

.arbitr-content-text ol li {
  list-style-type: decimal;
}

.arbitr-content-text .wp-post-image {
  border-radius: 16px;
  margin-bottom: 48px;
  margin-top: 24px;
}

.arbitr-content-text h2:before,
.arbitr-content-text h3:before {
  display: block;
  content: " ";
  margin-top: -60px;
  height: 90px;
  visibility: hidden;
}
