

.listing__rich-text {
  margin-bottom: 18px;
}

.listing__rich-text--boxed {
  height: 100%;
  padding: 18px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 16px 32px rgba(44, 46, 53, 0.05), 0px 8px 16px rgba(44, 46, 53, 0.05);
  padding: padding: 20px 10px 8px 10px !important;
}

.listing__rich-text--boxed p:last-child {
  margin-bottom: 0;
}

.listing__rich-text--boxed h5 {
  margin-bottom: 0px !important;
}