.hwm-quote {
  background-size: cover;
  background-position: center;
  border-radius: 28px;
  overflow: hidden;
  max-width: 1088px !important;
  margin: var(--hwm-universal-margin-bottom) auto
    var(--hwm-universal-margin-bottom) auto;
}

@media (max-width: 900px) {
  .hwm-quote {
    margin: var(--hwm-universal-margin-bottom) 10px;
  }
}

.hwm-quote__overlay {
  background: rgba(60, 68, 70, 0.52);
}

.hwm-quote__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 20px;
}

.hwm-quote__box {
  color: #fff;
}

.hwm-quote__author {
  margin-top: 18px;
  letter-spacing: 0.12em;
  opacity: 0.9;
  font-weight: 300;
}
