.news-list li {
  line-height: 16px !important;
  margin-bottom: 12px !important;
}

.box-title a {
  font-size: var(--font-size-base);
  color: var(--secondary-color);
  text-decoration: none;
}

.box-title a:hover {
  text-decoration: underline;
}

.page img {
  height: auto !important;
}

.post-poster p {
  font-size: 12px;
  line-height: 20px;
  opacity: .6;
  margin: 0;
  max-width: 90%;
}

.footer__partners {
  margin-top: 0;
}

.footer__partners > div {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.footer__partners > div:last-child {
  margin-left: 65px;
}

.footer__partners img {
  margin-top: 10px;
}

blockquote, q{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

blockquote {
  padding-left: 12%;
  position: relative;
}

blockquote::before {
  content: '«';
  font-family: var(--secondary-font-family);
  font-style: italic;
  font-size: 56px;
  line-height: 26px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

blockquote > p {
  font-family: var(--secondary-font-family);
  font-style: italic;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 15px;
}

blockquote em {
  font-weight: bold !important;
  margin-top: 15px;
  font-size: 16px !important;
  font-style: normal !important;
}

p.question {
  padding-left: 12%;
  position: relative;
  margin: 30px 0;
  font-family: var(--secondary-font-family);
  font-style: normal;
  font-size: 28px;
  line-height: 40px;
  color: var(--secondary-color);
}

.publisher_block {
  margin-top: -5px;
}

.publisher {
  display: inline-block;
  vertical-align: top;
}

.footer__partner-t {
  margin-left: 15px;
}

figure.wp-caption > p, p.source-desc {
  font-size: 12px;
  line-height: 20px;
  opacity: .6;
  margin: 0;
  max-width: 90%;
}

.card-text__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card_min .card-text__header {
  height: 100px;
}

.post-body h1, .post-body .h1 {
  font-family: var(--secondary-font-family);
}

.post-body h2, .post-body .h2 {
  font-family: var(--secondary-font-family);
}

.post-body h3, .post-body .h3 {
  font-family: var(--secondary-font-family);
}

.post-body h4, .post-body .h4 {
  font-family: var(--secondary-font-family);
}

.post-body h5, .post-body .h5 {
  font-family: var(--secondary-font-family);
}

.post-body h6, .post-body .h6 {
  font-family: var(--secondary-font-family);
}

.footer__partner-fmp, .footer__partner-fmb  {
  margin-top: 10px;
}

.g {
  line-height: unset !important;;
}

.g-single {

}

