object {
    width: 100%;
}

.slide-quote-section {
    padding:  320px 120px 96px 120px;
    background-color: #181625;
    color:  #FFFFFF;
width: 100% ;
overflow: hidden;
background-size: 1600px;
}

.text-intro-slide{
    max-width: 800px;
    margin: auto;
    text-align: center;
    word-break: keep-all;
    z-index: 9;
}

.quote-main-panel-wrap::after{
    box-shadow: initial!important;
}

.quote-main-panel{
    background-color: #252A3A!important
;
}

.promo-link{
    text-align: center;
}
.repeter-improve{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 0px; 
    margin: 120px 0; 
}

.solution-improve-repeater{
    border-top: 2px solid #333333;
    padding-top: 18px;
}

.testimonials-panel {
  margin-top: 0;
}

.testimonials-panel-mobile {
  display: none;
  column-gap: 24px;
  margin-top: 40px;
}

.quote-name{
    margin-bottom: 8px;
}

.quote-title{
    margin-bottom: 0;
}

.bgslide{
    margin-top: -500px;
    position: absolute;
}

.container {
    height: 250px;
    width: 100%;
    position: relative;

    margin: 0 auto;
  }
  
 #slide-1, #slide-3 {
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    animation: scroll 20s linear infinite;
    font-size: 0;
    left: -300px;
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  .profile {
    height: 500px;
    /* width: 150px; */
    width: calc(100vw / 5);
    display: inline-flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
    font-size: initial;
  }
  
  .profile img {
    width: 100%;
  }

  #slide-2 {
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    animation: scrollbis 20s linear infinite;
    font-size: 0;
  }
  
  @keyframes scrollbis {
    100% {
      transform: translateX(0);
    }
    0% {
      transform: translateX(-50%);
    }
  }
  
@media screen and (max-width: 1000px) {
.slide-quote-section {
    padding:  240px 56px 80px 56px;
    background-size: 1000px;

}
.repeter-improve{
    margin: 80px 0 64px 0; 
}



}




@media screen and (max-width: 760px) {
.repeter-improve{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 3fr;
    grid-row-gap: 40px; 
    margin: 80px 0 64px 0; 
}

.slide-quote-section {
    padding:  160px 32px 64px 32px;
}
.hz-scrollable{
    overflow: visible;
}

.testimonials-panel {
  display: none;
}
.testimonials-panel-mobile {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.testimonials-panel-mobile .quote-slide {
  opacity: 1;
  display: grid;
}
.testimonials-panel-mobile .quote-main-panel-wrap{
    margin: auto;
    height: 100%;
}
.testimonials-panel-mobile{
    overflow: scroll;
    scrollbar-width: none;
    background-color: #181625;
    padding-bottom: 64px;
    color: #fff;
    margin-top: 0;
    padding-top: 80px;
}
.repeter-improve{
    margin-bottom: 0;
}
.slide-quote-section{
    padding-bottom: 0;
}
.quote-main-panel-wrap:nth-child(1){
    margin-left: 32px;
}
}

