.big-quote {
  overflow: auto;
}
.big-quote .quote-image {
  float: right;
  object-fit: cover;
  shape-outside: circle(65%);
}
.big-quote .quote-image img {
  width: 20rem;
  height: 20rem;
  border-radius: 9999px;
}
.big-quote::after {
  clear: both;
}

@media only screen and (max-width: 900px) {
  .big-quote .quote-image img {
    width: 30vw;
    height: 30vw;
  }
}
