.tcb-testimonial-module {
  padding: 30px;
  text-align: center;
  overflow: hidden;
  margin: 30px auto 0;
}

.ctb-info-header font {
  color: #F36A20;
}

.ctb-title {
    display: none;
}

.ctb-info-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.ctb-info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ctb-info-header {
  font-size: 26px;
  font-weight: 800;
  line-height: 33px;  
  margin: 0px;
  text-align: center;
}

.ctb-info-subheader {
  display: none;
}

.ctb-info-button {
  box-sizing: border-box;
  width: 100%;
  margin-top: 32px;
  max-width: 315px;
  height: 48px;
}


.ctb-info-button .tcb-big-btn {
  box-sizing: border-box;
  width: 100%;
  font-weight: 600;
}

.ctb-image {
  display: none;
}

.ctb-testimonial-container-mobile{
  display: block;
}

.ctb-testimonial-container{
  display: none;
}

.ctb-grouped-testimonials {
  height: 100%;
  margin: 0px;
  width: 311px;
}

.ctb-testimonial{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  padding: 32px;
  min-height: 336px;
  height: 100%;
  box-sizing: border-box;
  background-color: #F1EBE9;
}

.ctb-testimonial blockquote{
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0; 
}

.ctb-stars {
  display: flex;
  color: #F36A20
}

.ctb-testimonial h3{
  text-align: left;
  margin-top: 16px;
  font-size: 18px;
  line-height: 24px;
}

.ctb-body{
  margin: 0px;
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  .tcb-testimonial-module {
    width: auto;
    padding: 100px 50px;
    margin: 0px;

  }

  .ctb-title {
    display: block;
    text-align: center;
    margin: 0;
    padding-bottom: 64px;
  }

  .ctb-info-row {
    justify-content: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .ctb-info-container {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: stretch;
    margin-right: 26px;
    max-width: 505px;
  }

  .ctb-info-header { 
    width: 100%;
    text-align: left; 
    font-size: 28;
    line-height: 1.1em;
    margin: 0;
  }
  
  .ctb-info-subheader {
    display: block;
    text-align: left;
    margin-top: 13px;
  }

  .ctb-info-subheader p{
    text-align: left;
    margin: 0px;
  }
  
  .ctb-info-button {
    box-sizing: border-box;
    align-self: start;
    max-width: 240px;
    height: 48px;
    margin-top: 10px;
    text-align: left;
  }

  .ctb-info-button .tcb-big-btn {
    width: 100%;
  }
  
  .ctb-image {
    overflow: hidden;
    display: block;
    flex-basis: 690px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 263px;
  }

  .ctb-testimonial-container-mobile{
    display: none;
  }
  
  .ctb-testimonial-container{
    display: flex;
    flex-wrap: wrap;
  }

  .ctb-testimonial-grey .ctb-testimonial{
    background-color: #6A6A6A;
  }

  .ctb-testimonial-grey .ctb-testimonial .ctb-stars path{
    fill: white;
  }

  .ctb-testimonial-grey {
    color: white;
    margin-bottom: 32px;
  }

  .ctb-grouped-testimonials {
    height: auto;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    box-sizing: border-box;
  }

  /* Testimonia Node Classes*/

  .ctb-testimonial{
    min-height: 220px;
    width: auto;
  }

  .ctb-stars {
    display: flex;
    color: #F36A20
  }

  .ctb-testimonial blockquote{
    flex-grow: 1;
  }

  .ctb-testimonial h3{
    flex-grow: 1;
    text-align: left;
    margin-top: 16px;
  }
  
  .ctb-body{
    margin: 0px;
  }

  .first {
    margin-right: 32px;
  }
}

@media screen and (min-width: 937px) {
  .tcb-testimonial-module {
    width: auto;
  }

  .ctb-info-row {
    margin-bottom: 32px;
  }

  .ctb-info-button {
    margin-top: 32px;
  }

  .ctb-info-subheader {
    margin-top: 16px;
  }

  .ctb-testimonial-container{
    flex-wrap: nowrap;
  }

  .ctb-testimonial-grey {
    display: flex;
    flex-grow: 1;
    flex-basis: 513px;
    margin-right: 16px;
    margin-bottom: 0px;
  }

  .ctb-grouped-testimonials {
    flex-basis: 690px;
    max-width: 691px;
  }

  .first {
    margin-right: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .tcb-testimonial-module {
    padding: 150px 150px 0px 150px;
  }
}

