.kluge-recommended-posts {
  width: 100%;
}
.kluge-recommended-posts .img {
  width: 100%;
  height: 200px;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 14px;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.kluge-recommended-posts .img img {
  min-width: 100%;
  max-width: 100%;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
}
.kluge-recommended-posts .recommended-posts-cont {
  background-color: #ffffff;
  width: 100%;
  max-height: 235px;
  padding: 0;
}
@media (max-width: 980px) {
  .kluge-recommended-posts .recommended-posts-cont {
    max-height: auto;
  }
}
.kluge-recommended-posts .recommended-posts-cont .date {
  margin-top: 30px;
  width: 100%;
  color: #8e8e8e;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.21px;
  line-height: 1;
  text-transform: uppercase;
}
.kluge-recommended-posts .recommended-posts-cont .title {
  margin-top: 15px;
  width: 100%;
  color: #04242F;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-size: 24px;
  letter-spacing: -0.36px;
  line-height: 1.1;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.kluge-recommended-posts .recommended-posts-cont .author {
  float: left;
  width: 100%;
  color: #8e8e8e;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.25px;
  line-height: 1;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.kluge-recommended-posts .recommended-posts-cont .author img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.kluge-recommended-posts:hover .recommended-posts-cont .title {
  color: #0060e0;
}
