.two-rows-layout .first-row .featured-image {
  margin-bottom: 15px;
}
.two-rows-layout .other-row img {
  width: 80px;
  height: 80px;
}
.two-rows-layout .other-row .contents {
  flex: 1;
}
.two-rows-layout .other-row .title {
  line-height: 1.4em;
  margin-bottom: 5px;
  font-size: 20px;
  max-height: 55px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .two-rows-layout .first-row .title {
    font-size: 30px;
    font-weight: bold;
  }
  .two-rows-layout .other-row img {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 767px) {
  .two-rows-layout .first-row .title {
    font-size: 24px;
    font-weight: 400;
    line-height: inherit;
  }
}/*# sourceMappingURL=two-rows.css.map */