.latest-posts.partnership-page .post-item {
  background: #fff;
  padding: 25px 20px;
  /* border-radius: 15px 15px 15px 15px; */
  box-shadow:
    rgba(0, 0, 0, 0.4) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
  height: 220px;
  width: 257px;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.latest-posts .post-item .post-featured-image {
  margin-bottom: 0;
}

.latest-posts .post-item .post-featured-image {
  border-radius: 0px;
}
.post-item .post-featured-image {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
}

.latest-posts.partnership-page .post-item .post-featured-image img {
  height: clamp(42px, 5vw, 52px);
  width: auto;
}

