#rs-section-1, #rs-section-2 {
  min-height: 450px;
}
.content .feature-section img {
  max-width: 100%;
  min-height: 300px;
  display: block;
  margin: 0 auto;
}
.content .title-section {
  margin-bottom: 10px;
}
.content .title-section h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin: 0;
}
.content .summary-section {
  margin-bottom: 10px;
}
.content .summary-section p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
}
.content .article-section {
  overflow-wrap: break-word;
  overflow: auto;
}
.article-section div {
  overflow: auto;
}
.article-section h1, .article-section h2, .article-section h3, .article-section h4, .article-section h5, .article-section h6{
  margin: 20px 0 10px 0;
}
.content a {
  color: inherit;
  text-decoration: none;
}
.content a:hover {
  text-decoration: underline;
}

@media (min-width: 1000px) {
  .content .summary-section h2 {
    font-size: 20px;
  }
  .article-section {
    font-size: 20px;
    line-height: 33px;
  }
  .feature-section img {
    min-height: 300px;
  }
}
@media (max-width: 999px) {
  .content .title-section h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .content .summary-section p {
    font-size: 16px;
  }
  .content .feature-section img {
    min-height: 150px;
  }
  .article-section {
    font-size: 16px;
    line-height: 26px;
  }
  .content .article-section p img {
    margin: 0 !important;
    float: none !important;
    width: 100%;
  }
}
