/*** quote ***/
.quote-card.yellow-card {
  background: transparent;
  color: #fdb81f;
}
.quote-card.yellow-card:before, .quote-card.yellow-card:after {
  color: #FBC02D;
}
.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  position: relative;
  /*overflow: hidden;*/
  min-height: 120px;
}
.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 90%;
}
.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10em;
  color: rgba(238, 238, 238, 0.9) !important;
  font-weight: normal;
}
.quote-card:after {
	font-family: Georgia, serif;
	content:"”";
	position: absolute;
	/* bottom: -110px; */
	line-height: 90px;
	right: -28px;
	font-size: 20em;
	color: rgba(238, 238, 238, 0.9) !important;
	font-weight: normal;
}