@media (max-width: 767px) {
  .content-top .category-grid-mobile .row div a > img {
      display: none;
  }
  .ms_t88 .row.home-featured-icons .col-xs-2 .fa {
      color: #a7191c;
  }
  .ms_t88 .ms_t88_img {
      height: 65px;
      width: 65px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto;
      border: none !important;
  }
  .ms_t88 .content-top .category-grid-mobile .row div a > img {
      display: none;
  }
  .ms_t88 .rounded-grid .thumbnail img {
    border: 0px solid;
  }
}