.TextGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--spaceMd);
  margin-bottom: var(--spaceXl);
}

.TextGridItem {
  text-align: center;
}

.TextGridItem img {
  margin: 0 auto var(--spaceMd);
  display: block;
}

.TextGridItem big {
  display: block;
  font-size: var(--textXxl);
  font-weight: 700;
  line-height: 1;
}

.TextGridItem h2 {
  margin: 0 0 var(--spaceXs);
  font-size: var(--textMd);
}

.TextGridItem h2:after {
  display: none;
}

.TextIframe {
  min-height: 100%;
}

.TextImageCol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: var(--spaceXl);
}

@media (max-width: 64rem) {
  .TextImageCol {
    justify-content: center;
  }
}

.TextImageCol-text {
  width: 48%;
  padding: 4rem;
  background-color: var(--colorSecondaryBg);
  border-bottom-right-radius: 5rem;
  border-top-left-radius: 5rem;
}

@media (max-width: 80rem) {
  .TextImageCol-text {
    width: 60%;
    padding: 3rem;
  }
}

@media (max-width: 64rem) {
  .TextImageCol-text {
    width: 100%;
    max-width: 36rem;
    margin-bottom: 0;
  }
}

@media (max-width: 48rem) {
  .TextImageCol-text {
    width: 100%;
  }
}

.TextImageCol-text p {
  font-size: calc(var(--textRg) * 1.1);
  line-height: calc(var(--textRg) * 1.3);
  font-weight: 300;
}

.TextImageCol-text h3 {
  font-weight: 500;
}

.TextImageCol-image {
  width: 48%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.TextImageCol-image > * {
  flex: 1;
}

@media (max-width: 80rem) {
  .TextImageCol-image {
    width: 36%;
  }
}

@media (max-width: 64rem) {
  .TextImageCol-image {
    width: 100%;
    max-width: 36rem;
    margin-top: var(--spaceXl);
  }
}

@media (max-width: 48rem) {
  .TextImageCol-image {
    width: 100%;
  }
}

.TextImageCol:nth-child(even) .TextImageCol-image {
  order: -1;
}

@media (max-width: 64rem) {
  .TextImageCol:nth-child(even) .TextImageCol-image {
    order: 2;
  }
}

.TextImageCol-image img {
  width: 100%;
  border-top-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
}

.TextTwoCol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: var(--spaceLg);
}

.TextTwoCol-col {
  width: 47.5%;
}

@media (max-width: 48rem) {
  .TextTwoCol-col {
    width: 100%;
  }
  .TextTwoCol-col:first-child {
    margin-bottom: var(--spaceLg);
  }
}

/*# sourceMappingURL=wysiwyg.min.css.map */
