section.horizontal-heading-with-text {
  padding-top: 40px;
  padding-bottom: 40px;
}
section.horizontal-heading-with-text .wrapper {
  position: relative;
}
section.horizontal-heading-with-text .wrapper .dot-element {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  section.horizontal-heading-with-text .wrapper .dot-element {
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%);
  }
}
section.horizontal-heading-with-text .wrapper .section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 105px;
}
@media (max-width: 767px) {
  section.horizontal-heading-with-text .wrapper .section-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
section.horizontal-heading-with-text .wrapper .section-container .heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 640px;
}
section.horizontal-heading-with-text .wrapper .section-container .body-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 720px;
}