@media (width >= 768px) {
  .main-section .image-text-component {
    flex-direction: row;
  }
}
.main-section .image-text-component .component-image, .main-section .image-text-component .styled-paragraph-component {
  max-width: 100%;
}
@media (width >= 768px) {
  .main-section .image-text-component .component-image, .main-section .image-text-component .styled-paragraph-component {
    max-width: calc(50% - 20px / 2);
    flex: 1;
  }
}

.image-text-component {
  margin-block: 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
.image-text-component .component-image, .image-text-component .styled-paragraph-component {
  margin-top: 0;
}
.image-text-component .component-image {
  text-align: center;
  margin: 0;
}
.image-text-component.image-right .styled-paragraph-component {
  padding-left: 0;
}
.image-text-component.image-right .component-image {
  padding-right: 0;
}
.image-text-component.image-left .styled-paragraph-component {
  padding-right: 0;
}
.image-text-component.image-left .component-image {
  padding-left: 0;
}
@media (width <= 768px) {
  .image-text-component .styled-paragraph-component,
  .image-text-component .component-image {
    padding: 0;
  }
}

.image-text-component .styled-paragraph-component ul li::before {
  background-color: #562C80;
}
.image-text-component .styled-paragraph-component a {
  color: #562C80;
}

.white_background .image-text-component {
  background-color: #FFFFFF;
}

.purple_background .image-text-component {
  background-color: #562C80;
  color: #FFFFFF;
}
.purple_background .image-text-component a {
  color: #D2C9DF;
}
.purple_background .image-text-component .styled-paragraph-component ul li::before {
  background-color: #FFFFFF;
}

.white_background .image-text-component, .purple_background .image-text-component {
  border-radius: 0.75rem;
  padding: 30px;
  max-width: 100%;
  margin-inline: auto;
}

.default .image-text-component a, .white_background .image-text-component a {
  color: #562C80;
}

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