/* MINE */

.ws5.brxe-section {
  color: var(--bricks-color-oqoztp);
}

.ws5-wrap.brxe-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: var(--gap-m);
  padding-top: var(--padding-l);
  padding-bottom: var(--padding-l);
}

.ws5-content.brxe-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  position: relative;
}

.ws5-image {
  width: 15rem !important;
  height: 15rem !important;
  overflow: hidden !important;
}

.ws5-content-quoteIcon.brxe-icon {
  position: absolute;
  top: -30px;
  left: -70px;
}

.ws5-subtitle.brxe-heading {
  font-weight: 700;
}

.ws5-subtitleText.brxe-text {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.ws5-quote.brxe-text-basic {
  font-style: italic;
  text-align: center;
  margin-top: var(--gap-xs);
  margin-bottom: var(--gap-m);
}

.SYElementSection-hide-quote-icon .ws5-content-quoteIcon {
  display: none !important;
}

.SYElementSection-hide-subtitle .SYElementSection-subtitle {
  display: none !important;
}

/* MINE */
