.page #content-area .hentry > h1 {
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}
.page #content-area .hentry .entry-content h2 {
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
  color: #003882;
  text-align: left;
}
html body div#main-content {
  background-color: #e6e6e6;
}
#sidebar .et_pb_widget h4 {
  font-size: 14px;
}
.page #content-area .hentry .entry-content p {
  text-align: justify;
}
@media screen and (max-width: 320px) {
  .page #content-area .hentry .entry-content h2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
