.col-quote {
  display: none;
}
@media only screen and (max-width: 767px) {
  .col-quote {
    display: block;
  }
  .col-quote .quote {
    display: block;
    padding-bottom: 0;
  }
  .col-quote .quote .expert {
    margin-bottom: 13px;
  }
  .col-quote .quote .expert .expertGuidelines {
    height: 148px;
    margin-top: 3px;
  }
}
