.editor-styles-wrapper .TrademarksSlider {
  padding-top: 64px;
  padding-bottom: 64px;
}
.editor-styles-wrapper .TrademarksSlider.__make_gray_background {
  background: var(--colors-denary2);
}
.editor-styles-wrapper .TrademarksSlider__title {
  font-size: 54px;
  line-height: 60px;
  text-align: center;
  margin: 0 0 43px 0!important;
}
.editor-styles-wrapper .TrademarksSlider__item {
  width: auto;
  max-width: 30%;
  min-width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
.editor-styles-wrapper .TrademarksSlider__item__image {
  display: block;
  width: 100%;
}
.editor-styles-wrapper .TrademarksSlider__item__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 37px 0 0 0;
  font-family: var(--fonts-global);
}
.editor-styles-wrapper .TrademarksSlider__item__content {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin: 20px 0 0 0;
}
/*# sourceMappingURL=style.css.map */