.similar-stories-content-module .similar-stories-main h6 {
  border-bottom: none;
  font-size: 30px;
  padding-top: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .similar-stories-content-module .similar-stories-main h6 {
    text-align: left;
    border-bottom: 1px solid #000;
  }
}

.similar-stories-content-module .similar-stories-main .recipe-card-description {
  font-family: "Trade Gothic Bold Condensed";
}

.similar-stories-content-module .similar-stories-main ul li {
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .similar-stories-content-module .similar-stories-main ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .similar-stories-content-module .similar-stories-main ul li .img,
  .similar-stories-content-module .similar-stories-main ul li .data {
    width: 100%;
  }
}
