.entry-content {
  font-size: 16px;
  padding-top: 25px;
  line-height: 1.5em;
  font-family: 'Open Sans';
  font-weight: 400;
}

.entry-title {
  font-weight: 800;
  line-height: 1.3em;
}

h2 {
  font-weight: 600 !important;
  margin: 0 0 40px;
}

.redb {
  background: #f9e5e5;
  border: #f5baba solid 1px;
  padding: 15px;
  margin: 15px 0 30px 0;
}

.yb {
  background: #fef5c4;
  border: 1px solid #fadf98;
  padding: 15px;
  margin: 15px 0 30px 0;
}