.post-card {
  display: flex;
  flex-direction: column;
  grid-column: 1/-1;
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
}

.post-card__image {
  flex: 1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  min-height: 300px;
}
.post-card__image img {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.post-card__content {
  flex: 1;
  margin: 0;
  padding: 20px 0;
}
.post-card__body {
  display: flex;
  flex-direction: row;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;

  /* new styles */
  flex: 1;
  margin: 0;
  padding: 50px 0 60px 0;
  width: 60%;
  margin: auto;
  justify-content: center;
}

.post-card__text-wrapper {
  margin: auto;
}

.post-card__text-wrapper.post-card__highlight::before {
  position: absolute;
  content: '';
  background-image: url(/wp-content/plugins/gfcom-blocks/section-highlight/build/images/gold-bar.257babad.png);
  background-position: top left;
  background-repeat: no-repeat;
  width: 240px;
  height: 146px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: -1;
}

.post-card__icon {
  display: flex;
  flex: 1;
  align-items: center;
  max-width: 48px;
  margin-right: 40px;
  margin-bottom: 8px;
}
.post-card__icon.no-icon {
  margin-right: 0;
}

.post-card__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 2;
  padding: 20px 20px 0;
  background-color: #ffffff;
  z-index: 1;
  min-width: 220px;
  min-height: 128px;
  margin-left: auto;
  margin-right: auto;
}

.post-card__text h3 {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.063rem;
  font-weight: 700;
}

.post-card__text p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.post-card__text a {
  margin-top: 20px;
}

.post-card__right .post-card__image {
  order: 0;
}

@media (min-width: 768px) {
  .post-card {
    flex-direction: row;
  }

  .post-card__content {
    padding: 50px 0 60px 0;
  }
  .post-card__right .post-card__image {
    order: 1;
  }

  .post-card__body {
    width: 100%;
  }
  .post-card__text-wrapper {
    width: 60%;
    margin: auto;
  }
  .post-card__text {
    width: 100%;
    min-width: 330px;
  }

  .post-card__text h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .post-card__text p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.313rem;
  }
  .post-card__icon {
    max-width: 100px;
  }
}

@media (min-width: 992px) {
  .post-card {
    margin: 0;
  }

  .post-card__body {
    flex-direction: row;
  }
  .post-card__content {
    padding: 120px 0 120px 0;
  }
  .post-card__text-wrapper {
    width: 60%;
    margin: auto;
  }

  .post-card__text-wrapper.post-card__highlight::before {
    width: 385px;
  }

  .post-card__text {
    margin-top: 0;
    width: 100%;
  }
  .post-card__text h3 {
    font-size: 1.25rem;
    line-height: 1.563rem;
  }
  .title-lg h3 {
    font-size: 2rem;
    line-height: 1;
  }

  .post-card__text p {
    margin-top: 12px;
  }
  .post-card__icon {
    max-width: 93px;
  }
  .post-card__image {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .post-card__text {
    flex-direction: row;
  }

  .post-card__icon {
    flex: none;
    margin-bottom: 0;
  }
}
