.mieterengel-quote-item {
  display: flex;
  position: relative;
  margin-top: 60px;
  margin-bottom: 142px;
  padding: 112px 112px 60px;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mieterengel-quote-content {
  position: relative;
}

.mieterengel-quote-content:before {
  position: absolute;
  top: -50px;
  left: -50px;
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background: url('./quote.svg') no-repeat center center;
  background-size: contain;
}

.mieterengel-quote-author {
  flex-shrink: 0;
  flex-basis: 240px;
  text-align: center;
  margin-left: 2rem;
}

.mieterengel-quote-text {
  margin-bottom: 1rem;
}

.mieterengel-quote-author-image {
  margin-bottom: 0.6rem;
}

.mieterengel-quote-author-name {
  margin-bottom: 0.24rem;
  font-weight: 700;
  color: #828282;
}

.mieterengel-quote-author-subtitle {
  color: #828282;
}

@media (max-width: 992px) {
  .mieterengel-quote-item {
    flex-direction: column;
    margin-bottom: 262px;
    padding-top: 72px;
    padding-left: 42px;
    padding-bottom: 42px;
    padding-right: 42px;
  }

  .mieterengel-quote-content:before {
    top: -50px;
    left: -24px;
  }

  .mieterengel-quote-author {
    position: absolute;
    bottom: -218px;
    width: 100%;
    margin: auto;
    left: 0;
    text-align: center;
    flex-basis: auto;
  }

  .mieterengel-quote-author-image {
    width: 142px;
    margin-left: auto;
    margin-right: auto;
  }
}