  .quote-grid .row {
  display: flex;
  flex-direction: row;
  height: max-content;
}
.col {
  height: max-content;
}
@media only screen and (min-width: 768px) {
  .col {
    height: auto;
  }
}
.quote {
  padding: 1rem;
  padding-top: 2em;
  margin-top: 5em;
  margin-bottom: 2em;
  box-shadow: 0px 20px 20px #dcdcdc;
  max-width: 500px;
  border: 1px solid #d9d9d9;
  text-align: left;
  gap: 1.125rem;
  align-items: center;
  box-shadow: 6px 8px 16px 0 rgba(15, 15, 15, 0.24);
}
@media only screen and (min-width: 768px) {
  .quote {
    padding: 1.25rem;
    padding-top: 2em;
    height: auto;
    max-width: none;
  }
}
.empty {
  padding: 1.25em;
  padding-top: 2em;
  margin-top: 5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 2em;
  width: 100%;
}
.quote-overflow {
  border: 2px solid #FFFFFF;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5em;
  box-shadow: 2px 4px 4px rgba(15, 15, 15, 0.5);
}
.quote-block {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .quote-block {
    padding-left: 1rem;
    padding-right: 2rem;
  }
}
.quote-block .fa-quote-left {
  margin: 0.5rem;
  color: #A29889;
  font-size: 3rem;
  display: none;
}
@media only screen and (min-width: 768px) {
  .quote-block .fa-quote-left {
    display: block;
  }
}
.quote-block .quote-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.quote-block .quote-text p {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2rem;
  font-size: 1.25rem;
  font-family: bely, sans-serif;
  line-height: normal;
  font-size: 1.5rem;
  color: #0F0F0F;
  margin-top: 0.5rem;
  margin-bottom: 0px;
}
.quote-block .quote-text .attribution {
  display: flex;
  flex-direction: row;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1rem;
  line-height: 1.43rem;
  color: #8a3200;
}
.quote-block .quote-text .attribution:before {
  content: '-';
}
.quote-slider {
  margin: 2rem 0;
}
@media only screen and (min-width: 768px) {
  .quote-slider {
    margin: 4rem 0;
  }
}
.quote-slider .fa-solid.fa-sharp.fa-quote-left {
  display: none;
}
.quote-slider .quote {
  box-shadow: none;
  border: none;
  margin: 0 0.5rem;
  padding: 0;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .quote-slider .quote-block {
    padding: 1rem;
  }
}
.quote-slider .quote-overflow {
  max-width: 100px;
  height: auto;
  margin-top: 0;
}
.quote-slider .quote-text {
  align-items: center;
  gap: 0;
}
.quote-slider .quote-text .field--name-field-quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}
.quote-slider .quote-text .field--name-field-quote p {
  margin: 2rem 0;
}
@media only screen and (min-width: 768px) {
  .quote-slider .quote-text .field--name-field-quote p {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
}
.quote-slider .quote-text .field--name-field-quote p:before {
  content: '“';
}
.quote-slider .quote-text .field--name-field-quote p:after {
  content: '”';
}
.quote-slider .quote-text .title {
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1rem;
  letter-spacing: 0px;
  line-height: 1.41rem;
  margin: 0;
  color: #555;
  margin-bottom: 0.5rem;
}
.quote-slider .quote-text .attribution {
  font-size: 1.25rem;
}
.quote-slider .quote-text .attribution:before {
  content: none;
}
.quote-grid .quote-grid-dots {
  gap: 0.75rem;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .quote-grid .quote-grid-dots {
    margin-top: 2rem;
  }
}
.quote-grid .quote-grid-dots .owl-dot {
  border: 2px solid #6d6d6d;
  width: 1rem;
  height: 1rem;
  border-radius: 4rem;
  cursor: pointer;
}
.quote-grid .quote-grid-dots .owl-dot.active {
  border-color: #E65300;
  background-color: #E65300;
}
