.publication-head h1 {
  color: #F3D77A;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
}

.publication-paragraph,
.publication-copy > p {
  margin-bottom: 18px;
  color: #D5D9E0;
  font-size: 16px;
  line-height: 1.6;
}

.publication-copy ul,
.publication-copy ol {
  color: #D5D9E0;
  font-size: 16px;
  line-height: 1.6;
}

.publication-paragraph strong,
.publication-paragraph b,
.publication-copy > p strong,
.publication-copy > p b,
.publication-copy li strong,
.publication-copy li b {
  color: #F5F7FA;
  font-weight: 700;
}

.publication-copy h2 {
  box-sizing: border-box;
  width: 100%;
  margin-top: 46px;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-left: 3px solid rgba(210, 72, 66, .72);
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(180, 45, 45, .30) 0%, rgba(180, 45, 45, .10) 65%, rgba(180, 45, 45, 0) 100%);
  color: #F5F1E8;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}

.publication-copy h3 {
  margin-top: 34px;
  margin-bottom: 12px;
  color: #E6C76B;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}

.publication-copy h4 {
  margin-top: 26px;
  margin-bottom: 10px;
  color: #C8CDD4;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.4;
}

@media (max-width: 620px) {
  .publication-head h1 {
    font-size: 30px;
  }

  .publication-copy h2 {
    margin-top: 38px;
    padding: 10px 14px;
    font-size: 22px;
  }

  .publication-copy h3 {
    margin-top: 28px;
    font-size: 18px;
  }

  .publication-copy h4 {
    margin-top: 22px;
    font-size: 17px;
  }
}
