.parallax-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  max-width: 100% !important;
  padding: 60px 0;
  margin: 120px 0;
}

/* Fix large margins in editor */
.block-editor-block-list__block .parallax-section,
.editor-styles-wrapper .parallax-section,
.block-editor-block-list__layout .parallax-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.parallax-bg {
  position: absolute;
  top: -40%;
  left: 0;
  right: 0;
  bottom: -30%;
  width: 100%;
  height: 170%;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}

.content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: clamp(24px, 2.33vw, 60px);
  padding-right: clamp(24px, 2.33vw, 60px);
  z-index: 2;
}

@media (min-width: 1920px) {
  .content {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.quotations-section-title {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 25px;
}

.content p {
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.6;
}

.content .author {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
.content .author span {
  font-weight: 300;
  display: block;
}

.quotationsSection-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.quotation {
  display: flex;
  gap: 1rem;
  align-items: start;
  text-align: left;
  margin-bottom: 20px;
}

.quotation-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  flex-shrink: 0;
}

.quotation-icon {
  width: auto;
  height: auto;
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
  margin-top: -4px;
}

.quotation-logo {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 80px;
  object-fit: contain;
  display: block;
}

.quotation p {
  font-weight: 300;
  font-size: 16px !important;
  line-height: 20px !important;
  font-style: italic;
}/*# sourceMappingURL=block.css.map */