.homepage-hero-section__services-wrapper .homepage-hero-section__service-label:not(:last-child) {
  padding-right: var(--space-xs);
  margin-right: var(--space-xs);
  border-right: 2px solid var(--white);
}

.service-section .brxe-block {
  width: 50%;
}

.service-section p {
  font-family: "Kanit";
  line-height: 1.7 !important;
  font-weight: 300 !important;
}
.service-section .brxe-block {
  width: 50% !important;
}
.service-section:nth-child(even) .brxe-block {
  margin-left: auto;
}
.service-section :not(.service-section__image-wrapper) {
  justify-content: center;
}
.service-section:nth-child(even) .service-section__image-wrapper {
  order: 0;
  left: 0;
}
.service-section:nth-child(even) :not(.service-section__image-wrapper) {
  order: 1 !important;
}
.service-section:nth-child(odd) .service-section__image-wrapper {
  order: 1 !important;
}
.service-section:nth-child(odd) :not(.service-section__image-wrapper) {
  order: 0 !important;
}
.service-section .brxe-container {
  display: flex;
  flex-direction: row !important;
}

/*# sourceMappingURL=dreamcharters-styles.css.map */
