section.text-with-icon-alternative {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  section.text-with-icon-alternative {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
section.text-with-icon-alternative .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 105px;
}
@media (max-width: 767px) {
  section.text-with-icon-alternative .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
section.text-with-icon-alternative .wrapper .text-with-icon--content {
  max-width: 600px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  position: relative;
}
@media (max-width: 767px) {
  section.text-with-icon-alternative .wrapper .text-with-icon--content {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
section.text-with-icon-alternative .wrapper .text-with-icon--icon {
  max-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  section.text-with-icon-alternative .wrapper .text-with-icon--icon {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
section.text-with-icon-alternative .wrapper .text-with-icon--icon img,
section.text-with-icon-alternative .wrapper .text-with-icon--icon svg,
section.text-with-icon-alternative .wrapper .text-with-icon--icon picture {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 128px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  section.text-with-icon-alternative .wrapper .text-with-icon--icon img,
  section.text-with-icon-alternative .wrapper .text-with-icon--icon svg,
  section.text-with-icon-alternative .wrapper .text-with-icon--icon picture {
    max-width: 100px;
  }
}
section.text-with-icon-alternative .wrapper .heading {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  section.text-with-icon-alternative .wrapper .heading {
    margin-bottom: 15px;
  }
}
section.text-with-icon-alternative .wrapper .dot-element {
  position: absolute;
  left: -40px;
  top: 14px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  section.text-with-icon-alternative .wrapper .dot-element {
    display: none;
  }
}
section.text-with-icon-alternative .wrapper.icon-orientation-left .text-with-icon--content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 767px) {
  section.text-with-icon-alternative .wrapper.icon-orientation-left .text-with-icon--content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
section.text-with-icon-alternative .wrapper.icon-orientation-left .text-with-icon--icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767px) {
  section.text-with-icon-alternative .wrapper.icon-orientation-left .text-with-icon--icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
section.text-with-icon-alternative .wrapper.icon-orientation-right .text-with-icon--content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767px) {
  section.text-with-icon-alternative .wrapper.icon-orientation-right .text-with-icon--content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
section.text-with-icon-alternative .wrapper.icon-orientation-right .text-with-icon--icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 767px) {
  section.text-with-icon-alternative .wrapper.icon-orientation-right .text-with-icon--icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}