.hwm-quote {
  background-size: cover;
  background-position: center;
  border-radius: 28px;
  overflow: hidden;
  max-width: 1136px;
  margin: 80px auto;
}

.hwm-quote__overlay {
  background: rgba(60, 68, 70, 0.52); /* tumendus AINULT CSS */
}

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

.hwm-quote__box {
  color: #fff;
}

.hwm-quote__text {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 200;
}

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