.tm-left {
  width: 35%;
}
.tm-left-wrapper h2 {
  padding: 0;
  margin-bottom: 30px;
}
.tm-left-wrapper p {
  margin-bottom: 30px;
}
.tm-right.mobile{
  display:none;
}
.testimonial-module {
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  min-height: 100vh;
}
.tm-slider-wrapper-2 .tm-slider-item {
  transform: rotate(180deg);
}

.tm-slider-wrapper-2 {
  transform: rotate(180deg);
}

.tm-right {
  width: 65%;
}

.tm-left-wrapper {
  max-width: 540px;
  margin-left: auto;
  padding-right: 20px;
  padding-left:20px;
}
.tm-slider-item {
  background: #9354ff;
  color: #fff;
  padding: 22px 30px;
  text-align: left;
  margin:20px 0;
  border-radius: 0;
}
.tm-slider-intro.no-img span {
  font-weight: normal;
}
.tm-slider-intro.no-img {
  margin-bottom: 15px;
  font-size: 18px;
}
.tm-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height:100%;
}

.tm-slider-wrapper-1 {
  width: 48%;
  height:100vh;
}
ul.cm-two-col-images-left-wrap, 
ul.cm-two-col-images-right-wrap{
  transition:all ease .0090s;
  width:100%;
}
ul.tm-slider-inner-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tm-slider-wrapper-2 {
  width: 48%;
}



.tm-slider-intro {display: flex;flex-wrap: wrap;align-items: center;margin-bottom: 30px;}
.tm-slider-intro img {
  width: 50px;
  background-color: red;
  border-radius: 100%;
  height: 50px;
  margin-right: 10px;
}

.tm-slider-intro span {
  display: inline-block;
  width: calc(100% - 60px);
}
.tm-right.mobile .tm-slider {
  display: block;
}
.tm-cta a.hs-button:hover {
  background-color: transparent !important;
}
.tm-slider-wrapper-mobile ul.tm-slider-inner-wrapper {
  width: 100%;
}
@media(min-width:768px){
  .tm-slider .slick-list.draggable{
    height:100vh !important;
  }
}
@media(max-width:840px){
  .tm-left-wrapper{padding-left: 20px;padding-right: 40px;}
}
@media(max-width:767px){
  .tm-right {
    width: 100%;
  }
  .tm-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .tm-left-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    max-width:100%
  }
  .tm-right.mobile{
    display:block;
  }
  .tm-right.desktop{
    display:none;
  }
  .testimonial-module {
    min-height: auto;
  }
  .mobile ul.slick-dots {
    bottom: -14px;
  }
  .mobile .tm-slider-item{
    min-height: 300px !important;
  }
}
@media(max-width:640px){
  .tm-slider-wrapper-1, .tm-slider-wrapper-2 {
    width: 100%;
  }
  .tm-slider .slick-list.draggable {
    height: unset !important;
  }
  .tm-slider-item{
    margin:10px 10px
  }
}