.latest-posts .post-box {
  background-color: #eee;
  padding: 30px;
  margin-bottom: 30px;
}
.latest-posts .post-box .post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}
.latest-posts .post-box .post-row .post-left-column,
.latest-posts .post-box .post-row .post-right-column {
  width: 50%;
}
.latest-posts .post-box .post-row .post-left-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.latest-posts .post-box .post-row .post-left-column .text-content {
  overflow: hidden;
}
.latest-posts .post-box .post-row .post-left-column h3 {
  font-size: 20px;
  line-height: 1.2em;
}
.latest-posts .post-box .post-row .post-left-column .subtitle {
  color: #ce0e2d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 30px;
}
.latest-posts .post-box .post-row .post-left-column .wpb_text_column {
  -webkit-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
}
.latest-posts .post-box .post-row .post-right-column {
  -webkit-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
}
.latest-posts .post-box .post-row .post-right-column a {
  display: block;
}
.latest-posts .post-box .post-row .post-right-column a img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 678px) {
  .latest-posts .post-box .post-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .latest-posts .post-box .post-row .post-left-column,
  .latest-posts .post-box .post-row .post-right-column {
    width: 100%;
  }
  .latest-posts .post-box .post-row .post-right-column {
    -webkit-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
  }
  .latest-posts .post-box .post-row .post-right-column a img {
    max-width: 250px;
    width: 100%;
  }
}/*# sourceMappingURL=custom-style.css.map */