#bf-revz-widget-12345680215183{
background-color: #F9FAFB;
padding: 2% 0;
}

.maincontent_wrapper{
background-color: #F9FAFB;
}

.container {
  margin: 0 auto;
  text-align: justify;
}

h1 {
  text-align: center;
}

.quote {
font-size: 1.5rem;
font-style: italic;
background-color: hsl(50, 50, 85%);
  color: white;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  max-width: 9.5em;
  padding: 0.5em 0.5em 0.5em 0;
  color: #16B047;
}

.quote::before {
  content: "``";
}

.quote::after {
  content: "``";
}

#review-signature{
font-style: italic;
margin-left: 5%;
font-size: 1.2rem;
}