.wp-block-cnb-quote {
  background: #202025;
  border-radius: 20px;
  margin-bottom: 35px;
  position: relative;
  padding: 45px 60px 45px 93px;
}
.wp-block-cnb-quote p {
  margin-bottom: 0;
}
.wp-block-cnb-quote::before {
  content: url('img/quote.svg');
  position: absolute;
  left: 55px;
  top: 43px;
}
@media screen and (max-width: 500px) {
  .wp-block-cnb-quote {
    padding: 15px 15px 15px 50px;
  }
  .wp-block-cnb-quote::before {
    left: 15px;
    top: 20px;
  }
}
