.kluge-featured-resource {
  float: left;
  margin-bottom: 40px;
  border-radius: 14px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.17);
  width: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.kluge-featured-resource .img {
  float: left;
  width: 40%;
  height: 218px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .kluge-featured-resource .img {
    width: 100%;
    border-radius: 14px 14px 0 0;
    height: 180px;
  }
}
.kluge-featured-resource .img img {
  min-width: 100%;
  max-width: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
}
@media (max-width: 1024px) {
  .kluge-featured-resource .img img {
    border-radius: 14px 14px 0 0;
  }
}
.kluge-featured-resource .featured-main-cont {
  float: left;
  background-color: #ffffff;
  width: 60%;
  min-height: 218px;
  max-height: 218px;
  padding: 30px;
  border-radius: 0px 10px 10px 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1024px) {
  .kluge-featured-resource .featured-main-cont {
    width: 100%;
    border-radius: 0 0 14px 14px;
    min-height: 170px;
    max-height: 170px;
  }
}
.kluge-featured-resource .featured-main-cont .date {
  color: #0060e0;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  font-size: 14px;
  letter-spacing: -0.21px;
  line-height: 1;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.kluge-featured-resource .featured-main-cont .title {
  color: #04242F;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  font-size: 48px;
  letter-spacing: -0.43px;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1024px) {
  .kluge-featured-resource .featured-main-cont .title {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.4;
  }
}
.kluge-featured-resource .featured-main-cont .link {
  background-color: transparent !important;
  color: #0060e0 !important;
  padding: 0;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  letter-spacing: -0.25px;
  line-height: 1;
  padding: 0 !important;
  border: none !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.kluge-featured-resource .featured-main-cont .link:hover {
  background-color: transparent !important;
  border: none;
  padding: 30px 0;
}
.kluge-featured-resource .featured-main-cont .link:hover {
  background-color: #ffffff !important;
  color: #0060e0 !important;
  border: 2px solid #ffffff;
}
.kluge-featured-resource .featured-main-cont .link:hover::after {
  color: #0060e0;
}
.kluge-featured-resource .featured-main-cont .link::after {
  top: 5px !important;
  opacity: 1 !important;
  font-family: ETmodules !important;
  font-size: 22.4px;
  line-height: 30px !important;
  content: '\35';
  position: relative;
  font-feature-settings: 'kern' off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-transform: none;
  color: #0060e0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.kluge-featured-resource:hover .img {
  background-color: #fff;
}
.kluge-featured-resource:hover .featured-main-cont {
  background-color: #0060e0;
}
.kluge-featured-resource:hover .featured-main-cont .title {
  color: #fff;
}
.kluge-featured-resource:hover .featured-main-cont .date {
  color: #fff;
}
.kluge-featured-resource:hover .featured-main-cont .link {
  color: #ffffff !important;
  background-color: transparent !important;
}
.kluge-featured-resource:hover .featured-main-cont .link:hover {
  color: #fff;
  background-color: transparent !important;
}
.kluge-featured-resource:hover .featured-main-cont .link::after {
  color: #ffffff;
  background-color: transparent !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
