.news-article {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.news-article h2,
.news-article h3 {
  margin-top: 1.5em !important;     
  margin-bottom: 0.75em !important; 
  line-height: 1.3;
}


.news-article h2 {
  font-size: 1.5em;
}

.news-article h3 {
  font-size: 1.25em;
}


.news-article p,
.news-article ul,
.news-article ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}


.image-text-row-wrapper {
  overflow: hidden;  
  margin-bottom: 20px;
}

.image-text-row-wrapper .image-text-row {
  width: 100%;
}

.image-text-row-wrapper .image-block {
  float: left;
  width: 45%;
  margin-right: 5%;
}

.image-text-row-wrapper .image-block img {
  width: 100%;
  height: auto;
  display: block;
}

.image-text-row-wrapper .text-block {
  float: left;
  width: 50%;
}

@media (max-width: 768px) {
  .image-text-row-wrapper .image-block,
  .image-text-row-wrapper .text-block {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
