.post-feature-item__inner {
  display: flex;
  flex-wrap: wrap;
}
.post-feature-item__left, .post-feature-item__right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1100px) {
  .post-feature-item__left, .post-feature-item__right {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.post-feature-item__image {
  background: var(--cl-primary);
  height: 100%;
  position: relative;
  opacity: 0.75;
  transition: opacity 0.2s linear;
}
.post-feature-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1100px) {
  .post-feature-item__image {
    padding-top: 0;
    min-height: 408px;
  }
}
.post-feature-item__content {
  padding: 1.25rem 1.25rem;
}
@media (min-width: 1100px) {
  .post-feature-item__content {
    padding: 2.5rem 1.875rem;
  }
}
.post-feature-item__content__cat {
  font-size: 16px;
  color: #363636;
  font-family: "Outfit", sans-serif;
  margin-bottom: 1.875rem;
}
.post-feature-item__content__title {
  font-size: 36px;
  line-height: 1.111;
  margin-bottom: 0.3125rem;
}
.post-feature-item__content__desc {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 1.875rem;
}
.post-feature-item__content__btn {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.post-feature-item:hover .post-feature-item__image {
  opacity: 1;
}

/*# sourceMappingURL=post-feature-item.css.map*/