.zp-green-quote-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.zp-green-quote {
  display: flex;
  flex-direction: column;
}

.zp-green-quote-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.zp-green-quote-icon img {
  width: 53px !important;
}

.zp-green-quote-text {
  padding: 30px 30px 0 30px;
  max-width: 800px;
}

.zp-green-quote-quote {
  font-size: 24px;
  font-weight: 700;
  color: #008945;
  text-align: center;
}

.zp-green-quote-author {
  font-size: 16px;
  text-align: center;
  padding-top: 30px;
}
