.two-column-layout .left-col img {
  border-radius: 5px 5px 0 0;
}
.two-column-layout .right-col li {
  padding-bottom: 15px;
  border-bottom: dashed 1px #eee;
  margin-bottom: 15px;
}
.two-column-layout .right-col .featured-image {
  width: 100px;
  margin-left: 15px;
}
.two-column-layout .right-col li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.two-column-layout .right-col .title {
  font-size: 20px;
  margin-bottom: 0px;
  max-height: 62px;
  overflow: hidden;
}
.two-column-layout .right-col .desc {
  width: calc(100% - 100px);
}

@media (max-width: 1199px) {
  .two-column-layout .left-col .card-title {
    font-size: 30px;
    font-weight: bold;
  }
  .two-column-layout .right-col li {
    flex-direction: row-reverse;
    border: 0;
    padding-bottom: 0;
  }
  .two-column-layout .right-col li .featured-image {
    margin-left: 0;
    width: 80px;
    margin-right: 15px;
  }
  .two-column-layout .right-col li h4 {
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .two-column-layout .left-col .card-title {
    font-size: 24px;
    font-weight: 400;
    margin: 13px 0 14px 0;
  }
  .two-column-layout .right-col li h4 {
    max-height: 48px;
    font-size: 20px;
    overflow: hidden;
  }
  .two-column-layout .left-col.shadow {
    box-shadow: none !important;
  }
}/*# sourceMappingURL=two-column-layout.css.map */