/*
@version 1.0.0
*/

.testimonial__block {
  padding-bottom: 28px;
  padding-top: 28px;
}

.testimonial__block h1{
  font-size: 28px;
  line-height: 36px;
}

.testimonial__block b{
  color: #770358;
}

.testimonial__block__blockquote {
  border: none;
  margin: 0;
  padding: 20px 0px 0px 0px;
  background-image: url('/wp-content/themes/mieterengel-theme/about-us-page/img/quote-mark.svg');
  background-repeat: no-repeat;
  background-size: 39px 27px;
}

.testimonial__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;
}

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

.testimonial__block__customer {
  text-align: center;
  margin-top: 40px;
}

.testimonial__block__customer__image {
  width: 140px;
}

.testimonial__block__customer__image--title {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
}
