.listing-card {
  margin-bottom: 5px;
  padding: 2px;
  box-shadow: 0px 0px 15px #dfd9ff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          xalign-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          xjustify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          xflex-direction: column;
          flex-direction: row;
  border-radius: 5px;
}

.listing-card .listing-text {
  width: 100%;
  display: flex;
  Xalign-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 10px;
}

.listing-card h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #484d54;
}
.listing-card img {
  height: 48px;
  width: 48px;
}
.listing-card p {
  margin-bottom: 0.3rem;
  line-height: 20px;
}
