p {
  font-size: 18px;
  line-height: 22px !important;

  margin-bottom: 1em !important; /* можно даже 0.4em — тестируй */
}


.page-one h3:not(.element h3) {
    font-size: 24px !important;
    font-weight: 800 !important;
    margin-bottom: 0.1em !important;
}

.page-one h2:not(.element h2)
{
    font-size: 32px;
    line-height: 34px !important;
    font-weight: 600;
    margin-bottom: 0.5em !important;
}

.page-one h6:not(.element h6) {
  background-color: #fef9e7;
  border-left: 4px solid #f4d03f;
  padding: 0.8em 1em;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
  margin: 1em 0;
  color: #333;
}

img {
  max-width: 100%;
  height: auto !important;
  display: block !important;
}