.post-card {
  background: #ffffff;
  -webkit-box-shadow: 2px 0px 10px 5px rgba(35, 31, 32, 0.05);
          box-shadow: 2px 0px 10px 5px rgba(35, 31, 32, 0.05);
  border-radius: 8px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-card__image {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-card__image a {
  position: relative;
}
.post-card__image img {
  width: 100%;
  border-radius: 8px;
}
.post-card__flag {
  border-radius: 0px 10px 10px 0px;
  background: linear-gradient(122deg, #0ca78b 19.69%, #71dd2a 100%, #71dd2a 100%), #d9d9d9;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 30px;
  left: -15px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  max-width: 100%;
}
.post-card__flag span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  max-width: 100%;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}
.post-card__flag svg {
  position: absolute;
  left: 0px;
  top: 100%;
}
.post-card .image-placeholder {
  height: 0;
  padding-top: 66.4912280702%;
  position: relative;
  background-color: #6d6e70;
}
.post-card .image-placeholder svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
}
.post-card__info .post-card__author {
  margin: 0;
  padding: 0;
}
.post-card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-card__text-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  text-decoration: none;
}
.post-card__heading {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #55af19;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.post-card__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #231f20;
  margin-bottom: 30px;
}
.post-card__link {
  margin-top: auto;
  margin-bottom: 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #231f20;
  font-weight: 600;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.post-card__link:hover {
  opacity: 0.7;
}
.post-card__link > span {
  margin-right: 15px;
}
.post-card__link > span > span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  border-radius: 50%;
}
.post-card__link > span > span svg {
  width: 20px;
  height: auto;
}
.post-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
.post-card__date {
  font-size: 12px;
  line-height: 12px;
  color: #4b4b4b;
}
.post-card__author {
  font-size: 12px;
  line-height: 12px;
  color: #4b4b4b;
  padding: 0 20px;
  margin-top: 20px;
}
.post-card__author a {
  color: #4b4b4b;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.post-card__author a:hover {
  opacity: 0.6;
}
.post-card__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.post-card__category {
  color: #77787b;
}
.post-card__category-separator {
  margin-right: 5px;
}
.post-card.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: auto;
}
.post-card.horizontal .post-card__image {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-card.horizontal .post-card__image img {
  border-radius: 10px;
}
.post-card.vertical .post-card__info {
  padding: 0 20px;
}