.editor-styles-wrapper .TwoColumnImageAndText.__theme_tertiary {
  background: var(--colors-tertiary);
}
.editor-styles-wrapper .TwoColumnImageAndText.__theme_denary2 {
  background: var(--colors-denary2);
}
.editor-styles-wrapper .TwoColumnImageAndText.__theme_primary {
  background: var(--colors-primary);
}
.editor-styles-wrapper .TwoColumnImageAndText.__theme_white {
  background: var(--colors-white);
}
.editor-styles-wrapper .TwoColumnImageAndText__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.editor-styles-wrapper .TwoColumnImageAndText__col.__content {
  padding-top: 34px;
  padding-bottom: 34px;
}
.editor-styles-wrapper .TwoColumnImageAndText__col.__image {
  padding-top: 39px;
  padding-bottom: 39px;
}
.editor-styles-wrapper .TwoColumnImageAndText.__mode_left_side_image .TwoColumnImageAndText__col.__content {
  order: 2;
}
.editor-styles-wrapper .TwoColumnImageAndText.__mode_left_side_image .TwoColumnImageAndText__col.__image {
  order: 1;
}
.editor-styles-wrapper .TwoColumnImageAndText.__mode_left_side_text .TwoColumnImageAndText__col.__content {
  order: 1;
}
.editor-styles-wrapper .TwoColumnImageAndText.__mode_left_side_text .TwoColumnImageAndText__col.__image {
  order: 2;
}
.editor-styles-wrapper .TwoColumnImageAndText__image {
  border-radius: 6px;
}
.editor-styles-wrapper .TwoColumnImageAndText__icon {
  max-width: 84px;
}
.editor-styles-wrapper .TwoColumnImageAndText__icon,
.editor-styles-wrapper .TwoColumnImageAndText svg {
  margin-bottom: 16px;
}
.editor-styles-wrapper .TwoColumnImageAndText svg {
  display: none;
}
.editor-styles-wrapper .TwoColumnImageAndText__sub_title {
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.editor-styles-wrapper .TwoColumnImageAndText__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 39px;
  margin: 23px 0;
}
.editor-styles-wrapper .TwoColumnImageAndText__content {
  margin: 0;
}
.editor-styles-wrapper .TwoColumnImageAndText__content,
.editor-styles-wrapper .TwoColumnImageAndText__content p,
.editor-styles-wrapper .TwoColumnImageAndText__content li,
.editor-styles-wrapper .TwoColumnImageAndText__content a {
  font-size: 20px;
  line-height: 30px;
}
.editor-styles-wrapper .TwoColumnImageAndText__content:nth-child(1),
.editor-styles-wrapper .TwoColumnImageAndText__content p:nth-child(1),
.editor-styles-wrapper .TwoColumnImageAndText__content li:nth-child(1),
.editor-styles-wrapper .TwoColumnImageAndText__content a:nth-child(1) {
  margin-top: 0;
}
.editor-styles-wrapper .TwoColumnImageAndText__content:nth-last-child(1),
.editor-styles-wrapper .TwoColumnImageAndText__content p:nth-last-child(1),
.editor-styles-wrapper .TwoColumnImageAndText__content li:nth-last-child(1),
.editor-styles-wrapper .TwoColumnImageAndText__content a:nth-last-child(1) {
  margin-top: 0;
}
.editor-styles-wrapper .TwoColumnImageAndText__cta {
  margin-top: 20px;
}
/*# sourceMappingURL=style.css.map */