.tfks-quote {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #1a1000;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #999;
  border-radius: 5px;
  min-height: 200px;

  > img {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 33%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  > div {
    white-space: pre;
    font-size: 1.1rem;
    color: #fff;
  }

  @media (min-width: 600px) {
    > pre {
      font-size: 1.3rem;
    }
  }
}
