.post_title {
  padding: 110px 0 78px;
  background: var(--0b3948);
}
@media (max-width: 1199px) {
  .post_title {
    padding: 60px 0;
  }
}
@media (max-width: 599px) {
  .post_title {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .post_title .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .post_title .wrapper {
    padding: 0 30px;
  }
}
.post_title .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  text-align: center;
  text-transform: uppercase;
  color: var(--style);
}
@media (max-width: 1199px) {
  .post_title .section_title {
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .post_title .section_title {
    font-size: 24px;
  }
}

.post_content {
  padding: 110px 0;
}
@media (max-width: 1199px) {
  .post_content {
    padding: 90px 0;
  }
}
@media (max-width: 599px) {
  .post_content {
    padding: 60px 0;
  }
}
.post_content .wrapper {
  max-width: 1170px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #3E4552;
}
@media (max-width: 1199px) {
  .post_content .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .post_content .wrapper {
    padding: 0 30px;
    font-size: 14px;
  }
}
.post_content .wrapper > * {
  margin: 0 0 1em;
}
.post_content .wrapper > *:last-child {
  margin-bottom: 0;
}
.post_content .wrapper b, .post_content .wrapper strong {
  font-weight: 700;
}
.post_content .wrapper a {
  color: inherit;
}