.articleRow {
  padding-top: 64px;
  padding-bottom: 64px;
}

.articleText p strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.articleText p {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.articleText > * {
  margin-bottom: 24px;
}
.articleText > *:nth-child(odd) {
  margin-bottom: 8px;
}
.articleText > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .articleRow {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .articleText p strong {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
  }
  .articleImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}