.block-content--type-promo-with-text {
  position: relative;
  text-align: center;
  background-image: url("../../../../src/assets/promo-with-text-background.svg");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: bottom;
  background-size: auto;
}
.block-content--type-promo-with-text .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 40rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  margin: 0 auto;
  padding: 3rem 0;
}
.block-content--type-promo-with-text .field--name-field-title {
  color: #302668;
  text-align: center;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 0;
}
.block-content--type-promo-with-text .field--name-field-media {
  position: relative;
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}
.block-content--type-promo-with-text .field--name-field-media img {
  width: 100%;
}
.block-content--type-promo-with-text .field--name-body {
  color: #636363;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2rem;
}
.block-content--type-promo-with-text.title-bigger .field--name-field-title {
  font-size: 2.75rem;
  line-height: 3.75rem;
}
@media screen and (min-width: 992px) {
  .block-content--type-promo-with-text.title-bigger .field--name-field-title {
    font-size: 3.375rem;
    line-height: 4.375rem;
  }
}
/*# sourceMappingURL=../../../sourcemaps/components/promo-with-text/promo-with-text.css.map */
