.pronto-image-with-text {
  position: relative;
}

.pronto-image-with-text__container {
  padding: var(--module-spacing) 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: var(--max-width-content);
}

.pronto-image-with-text__image-col {
  flex-basis: 50%;
  margin-top: 1.75rem;
}

.pronto-image-with-text__content {
  flex-basis: 50%;
}

.pronto-image-with-text--mobile-image_top .pronto-image-with-text__image-col {
  order: 0;
  margin-top: 0;
}

.pronto-image-with-text--mobile-image_top .pronto-image-with-text__content {
  order: 1;
  margin-top: 1.75rem;
}

.pronto-image-with-text__bg-img {
  width: 42px;
  height: auto;
  position: absolute;
}

.pronto-image-with-text__bg-img-s1-a {
  top: 3rem;
  left: 0;
  display: none;
}

.pronto-image-with-text__bg-img-s1-b {
  bottom: 1rem;
  right: 0;
  display: none;
}

.pronto-image-with-text__bg-img-s2-a {
  top: 50%;
  right: 0;
  transform: translateX(50%);
  display: none;
}

.pronto-image-with-text__bg-img-s3-a {
  bottom: 0;
  left: 0;
  transform: translateX(50%);
  display: none;
}







.pronto-image-with-text__image {

}


h3.pronto-image-with-text__heading {
  color: #6c5d9e !important;
  margin: 0 !important;
  font-size: 1.75rem !important;
  font-weight: 600;
}

.pronto-image-with-text__p {
  margin: 0.75rem 0 1rem 0 !important;
}

.pronto-image-with-text__p p:last-child{ margin-bottom: 0; }

.pronto-image-with-text__link {
  display: inline-block;
  color: white;
  background: #6c5d9e;
  padding: 0.75rem 2rem;
  line-height: 1;
  height: 2.5rem;
  border-radius: 1.25rem;
}

.pronto-image-with-text__link:hover {
  color: white;
  background: var(--purple-dark);

}

@media all and (min-width: 730px) {
  .pronto-image-with-text__container {
    flex-direction: row;
  }

  .pronto-image-with-text__content {
    padding-top: 0;
    text-align: left;
  }

  .pronto-image-with-text--image_stretch .pronto-image-with-text__image {
    height: 100%;
    object-fit: cover;
  }

  .pronto-image-with-text--desktop-left_content .pronto-image-with-text__image-col {
    order: 1;
    margin-top: 0;
    padding-left: 1rem;
  }

  .pronto-image-with-text--desktop-left_content .pronto-image-with-text__content {
    order: 0;
    margin-top: 0;
    padding-right: 1rem;
  }


  .pronto-image-with-text--desktop-right_content .pronto-image-with-text__image-col {
    order: 0;
    margin-top: 0;
    padding-right: 1rem;
  }

  .pronto-image-with-text--desktop-right_content .pronto-image-with-text__content {
    order: 1;
    margin-top: 0;
    padding-left: 1rem;
  }


}


@media all and (min-width: 1100px) {
  .pronto-image-with-text--bg-style_1 .pronto-image-with-text__bg-img-s1-a,
  .pronto-image-with-text--bg-style_1 .pronto-image-with-text__bg-img-s1-b {
    display: block;
  }
  .pronto-image-with-text--bg-style_2 .pronto-image-with-text__bg-img-s2-a{
    display: block;
  }
  .pronto-image-with-text--bg-style_3 .pronto-image-with-text__bg-img-s3-a{
    display: block;
  }
}

@media all and (min-width: 1200px) {
  .pronto-image-with-text__bg-img {
    width: 85px;
  }
}

.pronto-image-with-text__content {
  display: flex;
  flex-direction: column;
}

.pronto-image-with-text__button {
  display: inline-block;
  background-color: var(--purple);
  transition: background-color 150ms;
  padding: 0 1.5rem;
  margin: 0;
  border: none;
  border-radius: 1rem;
  color: white;
  font-size: 1rem;
  line-height: 2rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  align-self: baseline;
}

.pronto-image-with-text__button:hover {
  color: white;
  background-color: var(--purple-dark);
}

html body h2.pronto-image-with-text__heading {
  font-weight: var(--heading-weight) !important;
}
