﻿@media only screen and (max-width: 991px) {
  .item {
    margin-top: 2em;
  }
  .item.first-item {
    margin-top: 0em;
  }
  .item .blog-image {
    margin-bottom: 1em;
  }
  .item h4,
  .item h5,
  .item p {
    text-align: center;
  }
}