.quote_video-block .vq_section {
  align-items: stretch;
}

.quote_video-block .vq_section > div {
  display: flex;
  flex-direction: column;
}

.quote_video-block .quote_text {
  position: relative;
  padding: 0 5rem;
  font-size: 20px;
  line-height: 1.4;
}

.quote_video-block .quote_text::before {
  content: "“";
  position: absolute;
  top: -1.5rem;
  left: 0;
  font-size: 7rem;
  line-height: 1;
  font-weight: 700;
  color: var(--color-primary);
  font-family: Arial, sans-serif;
}

.quote_video-block .quote_text::after {
  content: "”";
  position: absolute;
  right: 0;
  bottom: -3rem;
  font-size: 7rem;
  line-height: 1;
  font-weight: 700;
  color: var(--color-primary);
  font-family: Arial, sans-serif;
}

.quote_video-block .quote_person {
  margin-top: 2.5rem;
  padding-left: 5rem;
}

.quote_video-block video {
  width: 100%;
  height: 100%;
  max-height: 25rem;
  max-width: auto;
  object-fit: cover;
  display: block;
}

@media (max-width: 992px) {
  .quote_video-block .quote_text::before {
    font-size: 4rem;
  }

  .quote_video-block .quote_text::after {
    font-size: 4rem;
  }

  .quote_video-block .quote_text {
    padding: 0 3rem;
  }

  .quote_video-block .quote_person {
    padding-left: 0;
  }
}
