.paragraph--type--two-columns-text .two-columns-text__container {
  margin: 0px auto;
  padding: 72px 0;
  max-width: 1140px;
}
@media (max-width: 1280px) {
  .paragraph--type--two-columns-text .two-columns-text__container {
    padding: 40px 0;
    margin: 0 16px;
  }
}
.paragraph--type--two-columns-text .two-columns-text__container .two-columns-text__header .two-columns-text__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}
.paragraph--type--two-columns-text .two-columns-text__container .two-columns-text__header .two-columns-text__category .category-icon-left,
.paragraph--type--two-columns-text .two-columns-text__container .two-columns-text__header .two-columns-text__category .category-icon-right {
  display: block;
  width: 12px;
  height: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.paragraph--type--two-columns-text .two-columns-text__container .two-columns-text__header .two-columns-text__category p {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  color: #ff533f;
  text-transform: uppercase;
  line-height: 28px;
  margin: 0;
}
.paragraph--type--two-columns-text .two-columns-text__container .two-columns-text__header .two-columns-text__headline {
  max-width: 750px;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  margin: 0 0 40px;
}
@media (max-width: 1280px) {
  .paragraph--type--two-columns-text .two-columns-text__container .two-columns-text__header .two-columns-text__headline {
    font-size: 32px;
    line-height: 38px;
  }
}
.paragraph--type--two-columns-text .two-columns-text__container .two-columns-text__wrapper-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 88px;
  -moz-column-gap: 88px;
  column-gap: 88px;
}
@media (max-width: 1280px) {
  .paragraph--type--two-columns-text .two-columns-text__container .two-columns-text__wrapper-columns {
    display: block;
  }
}
.paragraph--type--two-columns-text .two-columns-text__container .two-columns-text__wrapper-columns .two-columns-text__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .paragraph--type--two-columns-text .two-columns-text__container .two-columns-text__wrapper-columns .two-columns-text__column {
    display: block;
  }
}
.paragraph--type--two-columns-text .two-columns-text__container .two-columns-text__wrapper-columns .two-columns-text__column .column-icon {
  margin-right: 24px;
}
@media (max-width: 1280px) {
  .paragraph--type--two-columns-text .two-columns-text__container .two-columns-text__wrapper-columns .two-columns-text__column .column-icon {
    margin-right: 8px;
  }
}
@media (max-width: 1280px) {
  .paragraph--type--two-columns-text .two-columns-text__container .two-columns-text__wrapper-columns .two-columns-text__column .column-icon img {
    width: 24px;
    height: auto;
  }
}
.paragraph--type--two-columns-text .two-columns-text__container .two-columns-text__wrapper-columns .two-columns-text__column .column-text {
  color: #5c5c5c;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .paragraph--type--two-columns-text .two-columns-text__container .two-columns-text__wrapper-columns .two-columns-text__column .column-text {
    font-size: 14px;
    line-height: 18px;
  }
}
.paragraph--type--two-columns-text .two-columns-text__container .two-columns-text__wrapper-columns .two-columns-text__column .column-text p {
  margin: 0;
}
.paragraph--type--two-columns-text .two-columns-text__container .two-columns-text__wrapper-columns .two-columns-text__column.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1280px) {
  .paragraph--type--two-columns-text .two-columns-text__container .two-columns-text__wrapper-columns .two-columns-text__column.align-bottom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 16px;
  }
}

.bg-mode--green-bg {
  background-color: #78be20;
}
.bg-mode--green-bg .two-columns-text__container .two-columns-text__header .two-columns-text__headline {
  max-width: none;
  color: #fff;
}
.bg-mode--green-bg .two-columns-text__wrapper-columns .two-columns-text__column {
  display: block;
}
.bg-mode--green-bg .two-columns-text__wrapper-columns .two-columns-text__column .column-text {
  color: #fff !important;
  font-size: 16px;
}
.bg-mode--green-bg .two-columns-text__wrapper-columns .two-columns-text__column.align-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.bg-mode--green-bg .two-columns-text__wrapper-columns .two-columns-text__column .column-button {
  margin-top: 40px;
}
/*# sourceMappingURL=two-columns-text.css.map */
