.quote_layout {
  position: relative;
  text-align: center;
  margin: 4rem auto;
  padding: 6rem 7rem;
}

.quote_bg {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  pointer-events: none;
}

.quote_bg svg {
  width: 100%;
  max-width: 1400px;
  height: auto;
  opacity: 1;
}

.quote_layout > span,
.quote_layout > p {
  position: relative;
  z-index: 2;
}

@media (max-width: 530px) {
  .quote_layout {
    position: relative;
    text-align: center;
    margin: 4rem auto;
    padding: 3rem 2rem;
  }
}

@media (max-width: 480px) {
  .quote_bg svg {
    display: none;
  }

  .quote_layout {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
}
