.frame-quote {
  position: relative;
}

.frame-quote::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 67px;
  background-color: white;
}