#eb h1, #eb h2, #eb h3, #eb h4, #eb h5, #eb h6 {
    line-height: 1.25;
    font-family: Open Sans;
    font-weight: 700;
    letter-spacing: -1px;
}
#eb p, #eb p strong, #eb li, .ebd-block.is-nested {
  font-family: "Open Sans"; "Cabin"; sans-serif; 
  font-size: 16px;
    line-height: 1.5;
}
#eb .eb-post-listing__item {
    display: block;
    min-width: 0;
    background: #099fef;
    color: #fff;
}
#eb .eb-post-simple__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 10px;
}
#eb .eb-post-simple__meta--text,
#eb .eb-post-simple__meta-date {
    color: #d5ff48;
    font-size: 15px;/**/
  padding: 0 10px;
  font-weight: 5600;
}
#eb .eb-post-simple__body {
    padding: 0 10px;
  font-size: 15px; /**/
  font-weight: 600;
}
/* remove title from grid 
#eb .eb-post-simple__title {
    display: none;
}*/
#eb .eb-post-simple__foot {
    padding-top: 10px;
    padding-bottom: 10px;
}