.editor-styles-wrapper .FeaturedDataSets {
  overflow: hidden;
}
.editor-styles-wrapper .FeaturedDataSets .embla__viewport {
  overflow: visible!important;
}
.editor-styles-wrapper .FeaturedDataSets__container {
  padding-top: 80px;
  padding-bottom: 70px;
}
.editor-styles-wrapper .FeaturedDataSets__heading {
  padding-bottom: 70px;
}
.editor-styles-wrapper .FeaturedDataSets__title {
  font-size: 50px;
  line-height: 39px;
  margin: 0 0 32px 0;
}
.editor-styles-wrapper .FeaturedDataSets__description {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.editor-styles-wrapper .FeaturedDataSets__item {
  padding: 0 5px;
  max-width: 300px;
}
.editor-styles-wrapper .FeaturedDataSets__item__image {
  width: 290px;
  height: 290px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0;
  display: block;
}
.editor-styles-wrapper .FeaturedDataSets__item__title {
  margin: 40px 0 12px 0;
  font-size: 40px;
  line-height: 42px;
  font-family: var(--fonts-h1);
}
.editor-styles-wrapper .FeaturedDataSets__item__title,
.editor-styles-wrapper .FeaturedDataSets__item__description {
  padding-right: 24px;
}
.editor-styles-wrapper .FeaturedDataSets__item__description {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.editor-styles-wrapper .FeaturedDataSets__buttons_container {
  padding-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.editor-styles-wrapper .FeaturedDataSets__button {
  margin-left: 20px;
}
/*# sourceMappingURL=style.css.map */