.post-columns .row {
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .post-columns .row {
    padding: 12px 0 12px 0;
    gap: 18px;
  }
}
.post-columns .row .post-column {
  width: calc(33.33% - 7px);
  position: relative;
  display: flex;
  height: auto;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .post-columns .row .post-column {
    width: calc(50% - 10px);
    max-height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .post-columns .row .post-column {
    width: 100%;
    max-height: 400px;
  }
}
.post-columns .row .post-column a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.post-columns .row .post-column a .image {
  width: 100%;
  height: 100%;
}
.post-columns .row .post-column a .image img {
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.post-columns .row .post-column a .text {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
}
.post-columns .row .post-column a .text .tag {
  background: #061D41;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 8px 8px 0 0;
}
.post-columns .row .post-column a .text .tag p {
  color: #88BC23;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
.post-columns .row .post-column a .text .title {
  background: #fff;
  padding: 12px 20px;
}
.post-columns .row .post-column a .text .title p {
  color: #061D41;
  font-size: 21px;
  font-weight: 700;
}

/*# sourceMappingURL=post-columns.css.map */
