.post__content h2 {
    font-size: 28px; /* was 30px*/
}

.post__content h3 {
  font-size: 18px; /* was 17px*/
  margin-bottom: 14px; /* was 4px*/
}
.post__content ul li {
  line-height: 22px; /* was 19px*/
  /* margin-bottom: 24px; was 19px*/
}
.post__content ol li {
  line-height: 22px; /* was 19px*/
  /* margin-bottom: 24px; /* was 19px*/
}

.blockquote-1 {
  font-size: 16px;
  position: relative; 
  padding: 16px 0 16px 0; 
  margin: 16px 16px 26px 16px; 
  border-top: 2px solid #333; /* #337AB7; */ 
  border-bottom: 2px solid #333; /* #337AB7; */
}

.blockquote-1 img {
  position:absolute;
  left:0;
}

.blockquote-1 p {
  padding: 5px 10px 5px 76px; 
  margin: 0;
}

.blockquote-1 p.quote {
  position: absolute; 
  bottom: -70px; 
  right: 30px; 
  padding: 0;
}

.blockquote-1 p cite{
  display: block;
  font-size: 12px;
  color: #333;/* #e98f48; orange #337ab7; blue */
  font-style: normal;
  font-weight: bold;
}

.blockquote-1 span.quote {
  font-family: Times, sans-serif; 
  font-weight: bold; 
  font-size: 160px; 
  line-height: 0; 
  color: #f2f2f2; /* yellow #bfe2ff; light blue */
  text-shadow: 2px 0 0 #333, -2px 0 0 #333, 0 2px 0 #333, 0 -2px 0 #333, 1px 1px #333, -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333;
/*  text-shadow: 2px 0 0 #337AB7, -2px 0 0 #337AB7, 0 2px 0 #337AB7, 0 -2px 0 #337AB7, 1px 1px #337AB7, -1px -1px 0 #337AB7, 1px -1px 0 #337AB7, -1px 1px 0 #337AB7; */
}


.translate {
  font-size: 16px; 
  border-left: 3px solid #ccc; 
  margin: 0 0 0 16px; 
}

.translate p {
  margin: 10px 16px 10px 16px; 
}

.important {
  font-size: 16px; 
  border: 3px solid #ccc; 
  margin: 0 0 16px 0; 
  font-weight: 400;
}

.important p {
  margin: 10px 16px 10px 16px; 
}

.no-border {
  border: none;
  margin: 6px 6px 6px 6px; 
  padding: 0 0 6px 0; 
}
.no-border p {
  padding-left: 116px; 
}
.no-border img {
  top: 26px;
}

.wp-block-media-text__media>img {
  object-fit: contain;
}

@media screen and (max-width: 1100px) {
  .no-border img {
    visibility: hidden;
    display: none;
  }
  .no-border p {
    padding-left: 6px; 
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
