.card-eight {
  position: relative;
  background: #fff;
  border-radius: 12px;
}
.card-eight__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.card-eight__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-eight__image-container:before {
  content: "";
  display: block;
  padding-top: 40.6976744186%;
}
.card-eight__logo-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 190.39px;
}
.card-eight__logo-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-eight__logo-container:before {
  content: "";
  display: block;
  padding-top: 16.6027627501%;
}
.card-eight:hover .card-eight__image {
  transform: scale(1.04);
}
.card-eight:hover .card-eight__title, .card-eight:hover .card-eight__link, .card-eight:hover .card-eight__icon {
  color: #0FD7BD;
}
.card-eight:hover .card-eight__icon {
  left: 10px;
}
.card-eight__logo-container {
  position: absolute;
  top: 19px;
  left: 19px;
  z-index: 2;
}
.card-eight__image-container {
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 12px 12px 0px 0px;
}
.card-eight__image {
  transition: 1s ease;
}
.card-eight__date {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
  color: #757575;
}
.card-eight__title {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 57.2px; /* Fallback for non-webkit */
  font-size: 22px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
  font-weight: 700;
  color: #0A0A0A;
  transition: 0.4s ease;
}
.card-eight__content {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 41.6px; /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 26px;
}
.card-eight__link {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #30344D;
  vertical-align: middle;
  transition: 0.4s ease;
}
.card-eight__icon {
  position: relative;
  left: 0px;
  color: #30344D;
  vertical-align: middle;
  transition: 0.4s ease;
}
@media only screen and (max-width: 1440px) {
  .card-eight__logo-container {
    top: 3%;
    left: 3%;
  }
  .card-eight__logo {
    max-width: 90%;
  }
  .card-eight__date {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #757575;
  }
  .card-eight__title {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 46.8px; /* Fallback for non-webkit */
    font-size: 18px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
  }
  .card-eight__content {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 36.4px; /* Fallback for non-webkit */
    font-size: 14px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
  }
  .card-eight__link {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .card-eight {
    border-radius: 8px;
  }
}

.thought-leadership__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 81px 27px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 991.98px) {
  .thought-leadership__grid {
    margin-top: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767.98px) {
  .thought-leadership__grid {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 575.98px) {
  .thought-leadership__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0px;
  }
}

/*# sourceMappingURL=thought-leadership.css.map*/