.section-text-image .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  color: #000000;
}
.section-text-image .text *:first-child {
  margin-top: 0;
}
.section-text-image .text *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-text-image .wrapper-cols {
    margin-bottom: 0px;
  }
}
.section-text-image .wrapper-cols .cols {
  display: flex;
  flex-wrap: wrap;
}
.section-text-image .wrapper-cols .cols .col {
  width: 50%;
}
@media (max-width: 767px) {
  .section-text-image .wrapper-cols .cols .col {
    width: 100%;
  }
}
.section-text-image .wrapper-cols .cols .col-text {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .section-text-image .wrapper-cols .cols .col-text {
    order: 2;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .section-text-image .wrapper-cols .cols .col-image {
    order: 1;
  }
}
.section-text-image .wrapper-cols .cols .col-image img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/*# sourceMappingURL=text-image.css.map */
