.testimonial-bar {
  background-color: #0b1e3f;
  color: #ffffff;
  text-align: center;
  padding: 45px 20px;
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
  border-top: 3px solid #fcb13b;
  border-bottom: 3px solid #fcb13b;
  position: relative;
}

.quote-mark {
    font-size: 60px;
    line-height: 0;
    color: #fcb13b;
    vertical-align: top;
    margin-right: 8px;
    display: inline-block;
    font-weight: bolder;
}

.testimonial-author {
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #fcb13b;
  font-weight: 500;
}
#block-subtheme-atestimonial {
    padding: 0;
}