.quote-with-content {
  padding: 6.4rem 0;
  color: white;
}
@media only screen and (min-width: 992px) {
  .quote-with-content {
    padding: 10rem 0;
  }
}
.quote-with-content h2 {
  color: white;
}
.quote-with-content .main-content {
  margin-bottom: 2.4rem;
}
.quote-with-content .main-content h2 {
  margin-bottom: 0rem;
}
.quote-with-content .main-content h2 br {
  display: none;
}
@media only screen and (min-width: 992px) {
  .quote-with-content .main-content h2 br {
    display: block;
  }
}
.quote-with-content .list-content p {
  margin-bottom: 2.4rem;
}
.quote-with-content .list-content p:nth-child(2) {
  margin-bottom: 0;
}
.quote-with-content .list-content p strong {
  font-weight: 600;
}
.quote-with-content .list-content ul {
  margin: 1.6rem 0 0 0;
}
.quote-with-content .list-content ul li {
  margin-bottom: 0.8rem;
}
.quote-with-content .list-content ul li:last-child {
  margin-bottom: 0;
}
.quote-with-content .quote-content {
  border-radius: 10px;
  border: 2px solid white;
  padding: 2.4rem;
  max-width: 100%;
  margin: 3.2rem 0 0 0;
}
@media only screen and (min-width: 992px) {
  .quote-with-content .quote-content {
    margin: 0 0 0 auto;
  }
  .quote-with-content .quote-content.max-471 {
    max-width: 47.1rem;
  }
  .quote-with-content .quote-content.max-371 {
    max-width: 37.1rem;
  }
}
.quote-with-content .quote-content h5 {
  color: white;
  margin: 0;
}
.quote-with-content .quote-content h3 {
  color: white;
  margin: 1.6rem 0 6.4rem 0;
}
.quote-with-content .quote-content p {
  margin-bottom: 0.4rem;
}
.quote-with-content .quote-content p:last-child {
  margin-bottom: 0;
}

.workshop-quote h2 {
  margin-bottom: 6.8rem;
}
@media only screen and (min-width: 992px) {
  .workshop-quote h2 {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */