.tcb-quote-module {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  text-align: center;
}

.tcb-quote-module .quote-slider {
  height: inherit !important;
}

.quote-slider li {
  padding: 0 25px;
  box-sizing: border-box;
}

.tcb-quote-module__quotes_desktop li:first-of-type {
  margin-top: 0;
}

.tcb-quote-module__quotes_desktop li:last-of-type {
  margin-bottom: 0;
}

.tcb-quote-module ul {
  padding: 0;
  margin: 0;
}

.tcb-quote-module__entry_attribution_addendum {
  margin-left: -5px;
}

.tcb-quote {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.1em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.tcb-quote-module .tcb-quote-module__quote_entry {
  margin-top: 0;
  margin-bottom: 20px;
}

.tcb-quote-module h2 {
  font-size: 36px;
  line-height: 1.2em;
}

.tcb-quote-module .tcb-quote-module__bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.tcb-quote-module .tcb-quote-module__text {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  line-height: 30px;
  margin-top: 135px;
  margin-bottom: 135px;
}

.tcb-quote-module .banner {
  font-style: normal;
  font-weight: 800;
  font-size: 37px;
  line-height: 44px;
  text-align: center;
}


.tcb-quote-module footer {
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 29px;
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
  background-color: #F36A20;
}

@media screen and (min-width: 600px) {
  .tcb-quote-module {
    margin: 80px auto 20px;
  }

  .tcb-quote-module .tcb-quote-module__quote_entry {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}

/* desktop */
@media screen and (min-width: 768px) {
  .tcb-quote-module {
    max-width: 800px;
    margin: 100px auto 20px;
  }

  .tcb-quote-module .banner {
    font-size: 60px;
    line-height: 69px;
  }

  .tcb-quote-module footer {
    font-size: 27px;
    line-height: 34px;
  }

  .tcb-quote-module .tcb-quote-module__text {
    margin-top: 290px;
    margin-bottom: 290px;
    max-width: 80%;
  }
}
