.tcb-reviews-module {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-content: center;
  margin: 0 auto;
  background-color: var(--extra-light-gray);
  padding: inherit;
}

.tcb-reviews-module .main {
  margin: 0 30px;
  display: flex;
  flex-direction: column;
}

.tcb-reviews-module .review-teaser {
  flex-direction: column;
  margin-bottom: 30px;
}

.tcb-reviews-module .review-teaser p {
  font-style: normal;
  font-size: 18px;
  line-height: 29px;
}

.tcb-reviews-module a {
  color: var(--dark-gray);
  text-decoration: none; /* Inconsistent Link text decoration styles */
}


.tcb-reviews-module .text {
  text-align: left;
  margin: 50px 30px 50px 30px;
}

.tcb-reviews-module .separator_desktop {
  width: 90px;
  height: 1px;
  margin-top: 50px;
  background-color: var(--orange);
  display: none;
}

.tcb-reviews-module .separator_mobile {
  width: 90px;
  height: 1px;
  margin-top: 50px;
  background-color: var(--orange);
}

.tcb-reviews-module .image-wrapper img {
  vertical-align: middle;
}

.helper {
  display: inline-block;
  min-height: 75px;
  height: 100%;
  vertical-align: middle;
}


.tcb-reviews-module .image-wrapper {
  white-space: nowrap;
  margin: 1em 0;
}

.tcb-reviews-module .image-wrapper,
.tcb-reviews-module .body-wrapper,
.tcb-reviews-module .title-wrapper {
  margin-top: 35px;
}

img.review_logo {
  height: inherit;
}


/* desktop */
@media screen and (min-width: 768px) {
  .tcb-reviews-module {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    margin: 0 auto;
    padding: 150px 50px;
  }

  .tcb-reviews-module .main {
    width: 100%;
    margin: 100px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .tcb-reviews-module .review-teaser {
    position: relative;
    width: 30%;
  }

  .tcb-reviews-module .link-wrapper {
    position: absolute;
    bottom: -40px;
  }

  .tcb-reviews-module h4 {
    margin-top: 50px;
  }

  .tcb-reviews-module .image-wrapper {
    margin-top: 50px;
    min-height: 75px;
  }

  .tcb-reviews-module .body-wrapper {
    margin-top: 50px;
    min-height: 50px;
  }

  .tcb-reviews-module .title-wrapper {
    margin-top: 50px;
    min-height: 60px;
  }

  .tcb-reviews-module .teaser_separator {
    display: block;
  }

  .tcb-reviews-module .logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 40px);
  }

  .tcb-reviews-module .text {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0px;
  }

  img.review_logo {
    height: 75px;
  }
}

@media screen and (min-width: 800px) {
  .tcb-reviews-module {
  }
}

@media screen and (min-width: 1000px) {
  .tcb-reviews-module {}

  .tcb-reviews-module .main {
    margin: 40px auto 0 auto;
  }
}

@media screen and (min-width: 1200px) {

  .tcb-reviews-module {    
    padding: 150px;
  }

  .tcb-reviews-module .text {
    display: flex;
    flex-direction: column;
  }
}
