.why-mieterengel__block {
  background-color: #FAF9F9;
  padding-top: 30px;
  padding-bottom: 30px;
}

.why-mieterengel__block__header--left {
  margin-bottom: 40px;
}

.why-mieterengel__block__image {
  display: flex;
  justify-content: center;
}

.why-mieterengel__block__overview__header {
  font-size: 21px;
  color: #228288;
  font-weight: bold;
  margin-bottom: 5px;
}

.why-mieterengel__block__overview__body {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
}

.why-mieterengel__block__overview__body a{
  color: #228288;
  font-weight: bold;
}

.why-mieterengel__block__overview {
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
}

.why-mieterengel__block .btn {
  height: 42px;
  text-transform: uppercase;
  background: none;
  color: #770358 !important;
  font-size: 14px;
  line-height: 38px;
  border-radius: 4px;
  border: solid 2px #770358;
  box-shadow: none;
  font-weight: bold;
}

.why-mieterengel__block  .button-style {
  background-color: #770358;
  color: white !important;
}

@media(max-width: 768px) {

  .why-mieterengel__block {
    background-color: #FAF9F9;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .why-mieterengel__block__image {
    height: 230px;
  }
}
