.blockFeatured-type4-item {
  display: flex;
  align-items: center;
}
.blockFeatured-type4-item .blockFeatured-picture picture {
  border-radius: 8px;
}
.blockFeatured-type4-item .blockFeatured-picture picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blockFeatured-type4-item .blockFeatured-content {
  flex-grow: 1;
}
.blockFeatured-type4-item .blockFeatured-content .contentTitle {
  font-family: var(--fontFamily2);
  font-weight: 600;
}
.blockFeatured-type4-item .blockFeatured-content .contentTitle a {
  color: #1D1D18;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blockFeatured-type4-item .blockFeatured-content .contentTitle a:focus {
  color: #4a4a46;
}
.blockFeatured-type4-item .blockFeatured-content .contentTitle a:hover {
  color: #DA1184;
}
@media (min-width: 768px) {
  .blockFeatured-type4-item .blockFeatured-picture {
    margin-right: 24px;
  }
  .blockFeatured-type4-item .blockFeatured-picture picture {
    width: 216px;
    height: 132px;
  }
  .blockFeatured-type4-item .blockFeatured-content .contentTitle {
    font-size: 20px;
    line-height: 24px;
  }
  .blockFeatured-type4-item .blockFeatured-content .contentDate {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .blockFeatured-type4-item .blockFeatured-picture {
    margin-right: 14px;
  }
  .blockFeatured-type4-item .blockFeatured-picture picture {
    width: 80px;
    height: 80px;
  }
  .blockFeatured-type4-item .blockFeatured-content .contentTitle {
    font-size: 14px;
    line-height: 20px;
  }
  .blockFeatured-type4-item .blockFeatured-content .contentDate {
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
  }
}/*# sourceMappingURL=type4-item.css.map */