#eb .eb-card {
box-shadow: none;
border-radius: 20px;
border: solid 2px #00A89B;
margin-bottom: 30px !important;
}

#eb .o-aspect-ratio>:first-child {
border-radius: 20px !important;
} 

#eb .eb-card__hd, #eb .eb-card__bd, #eb .eb-card__ft {
    padding: 20px 20px 0px 20px;
}

#eb .eb-card--border {
border-top: none;
}

#eb .eb-card__ft {
display: none;
}

#eb .eb-post-actions {
margin-top: 0px;
}

#eb .btn-default {
    color: #fff !important;
    background-color: #00A89B !important;
    border: none !important;
    border-radius: 100px !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

#eb .btn-default:hover {
    color: #fff !important;
    background-color: #009489 !important;
    border: none !important;
    border-radius: 100px !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

#eb .btn-default:active {
    color: #fff !important;
    background-color: #1474cc !important;
    border: none !important;
    border-radius: 100px !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

#eb .eb-card .eb-post-title {
    font-weight: 800 !important;
}

#eb .eb-card .eb-post-title a {
    color: #00a89b !important;
}

#eb .eb-card .eb-post-title {
    margin-bottom: 0px !important;
}
#eb p {
    margin-bottom: 0px;
}

#eb .eb-card__hd, #eb .eb-card__bd, #eb .eb-card__ft {
    padding: 30px 30px 0px 30px;
}

#eb .eb-card {
    color: #3d3d3d !important;
}


#eb .reset-heading {
  font-weight: 800 !important;
  color: #00a89b !important;
}


#eb .eb-post-thumb .eb-post-image-cover {
  border: none !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  }

.eb-meta-date{
  color: #3d3d3d;
}

#eb .eb-post-hits, #eb .eb-post-comments a {
  color: #3d3d3d !important;
}


#eb hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 3px solid #00a89b;
}


#eb h4 {
  color: #00a89b !important;
}