.testimonialCard {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .bt7-1 .testimonialCard {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

.testimonialCard-imageWrapper {
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  position: relative;
  background-color: var(--color-tum-grey-7);
}

@media (min-width: 1024px) {
  .bt7-1 .testimonialCard-imageWrapper {
    flex: 1 0 40%;
    padding-bottom: calc(40% * 0.5625);
  }
}

.testimonialCard-imageWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonialCard-quote {
  height: 40px;
  fill: var(--color-tum-dark-blue);
  float: left;
  margin-right: 10px;
}

.testimonialCard-textBlock {
  font-style: italic;
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .bt7-1 .testimonialCard-textBlock {
    max-width: calc(100% - 400px);
  }

  .bt7-1 .testimonialCard-imageWrapper + .testimonialCard-textBlock {
    padding-left: 20px;
  }
}

.testimonialCard-footer {
  margin-top: 25px;
  margin-bottom: 0;
  font-style: normal;
}
