/* ------------------------------------------------
 */
@media screen and (min-width: 768px) {
  .entry.-excerpt.post > :not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .entry.-excerpt.post > :not(:last-child) {
    margin-right: 10px;
  }
}


