.quote-slider-wrap {
  position: relative;
  padding: 3rem 0;
  padding: var(--space-6) 0 var(--space-7);
}
.quote-slider-wrap .wrapper {
  max-width: 900px;
}
.quotation-start, .quotation-end {
  position: absolute;
  opacity: 1;
}
.quotation-start {
  top: 0;
  left: 0;
}
.quotation-end {
  bottom: 4rem;
  right: 0;
}
.quotation-start svg, .quotation-end svg {
  height: 100px;
  width: auto;
}
.block-quotes .quotation-start svg .st0, .block-quotes .quotation-end svg .st0 {
  fill: #fff;
}
blockquote {
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 18px; /* default supported fallback style */
  font-size: var(--font-size-5);
  line-height: 1.6;
  margin: 1rem 0 1.2rem;
  padding: 3rem 6rem 0;
  text-align: center;
}
blockquote p {
  margin: 1em 0;
}
.quote-entry {
  margin: 1.5rem 0; /* default supported fallback style */
  margin: var(--space-4) 0;
  padding-right: 5rem;
}
.quote-credit {
  margin-bottom: 0.1em;
  text-align: center;
  font-family: roc-grotesk, sans-serif;
  font-size: 18px; /* default supported fallback style */	
  font-size: var(--font-size-5);
  font-weight: 600;
}
.quote_credit_org {
  margin: 0;
  text-align: center;
}
.quote-slider .slick-dots {
  position: relative;
  bottom: unset;
  margin: 2rem 0 0;
}
.quote-slider .slick-dots li button {
  border-width: 2px;
  border-style: solid;
  box-shadow: none;
}
.slick-dots {
  position: absolute;
  bottom: 2rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 4px;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 4px 5px 5px -3px rgba(0, 0, 0, 0.40);
  -moz-box-shadow: 4px 5px 5px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 5px 5px -3px rgba(0, 0, 0, 0.4);
  outline: none;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}
.slick-dots li button::before {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  blockquote {
    margin: 0 0 1rem;
  }
  .post-section-quote .col:first-child {
    margin-bottom: 2rem; /* default supported fallback style */
    margin-bottom: var(--space-5);
  }
  .quote-entry {
    margin: 1.5rem auto; /* default supported fallback style */
    margin: var(--space-4) auto;
    padding-right: 1rem;
    text-align: center;
  }
  blockquote {
    max-width: 580px;
    line-height: 1.6;
    margin: 1rem auto 1.5rem;
    padding: 1.5rem 0 0;
    border-left: none;
  }
}
@media only screen and (max-width: 479px) {
  blockquote {
    width: 100%;
  }
}