.quotes.dark{
    background:url(assets/background_dark.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    margin: 20px calc(50% - 50vw) 0px;
    max-width: 100vw;
    width: 100vw;

}
.quotes.light{
  background:url(assets/background_light.png);
  background-size: cover;
    background-repeat: no-repeat;
    color: #181B1E;
    margin: 0px calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}
.quotes.transparent{
  background:none !important;
  background-size: cover;
    background-repeat: no-repeat;
    color: #181B1E;
    margin: 0px calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}
.quotes{
  padding: 99px 0px 102px 0px;
}
.swiper-button-next, .swiper-button-prev {
  position: relative;
  top: -135px;
  width: 20px;
  height: auto;
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: end;
  justify-content: end;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next{
    padding-bottom: 18px;
    left: 82%;
    background-color: #fff;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    align-items: top;
    justify-content: center;
    align-items: center;
}
.swiper-button-prev{
  background-color: #fff;
  left: 77%;
  margin-top: -43px;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  align-items: top;
  justify-content: center;
  align-items: center;
  padding-bottom: 18px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: url(assets/arrow-right.svg) !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: url(assets/arrow-left.svg) !important;
}
.quotes .container{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
}
.stat-column{
  max-width: 25%;
  padding: 30px 50px;
  text-align: center;
  margin-top: -94px;
  border-right: 1px solid black;
  margin-right: 20px;
  max-height: 60px;
}
.stat-column .stat-column__number{
    font-size: 65px;
}
.quote-column{
    max-width: 100%;
    padding: 0 30px;
}
.quote-column__content{
  font-family: 'Figtree', sans-serif;
  font-size: 26px;
  line-height: 46px;
  font-weight: 700;
}
.stat-column__label{
    font-size: 17px;
    line-height: 20px;
    margin-top: 25px;
}
.quote-user{
    max-width: 40%;
    line-height: 25px;
    margin-top: 5px;
}
.quote-image-user{
    width: 62px;
    height: 62px;
    margin-right: 10px;
}
.quote-image-user img{
    border-radius: 50%;
}
.quote-column-row-user{
    display: flex;
    margin-top: 40px;
}

  

@media only screen and (max-width: 768px) {

  .quotes.dark{
    background:url(assets/background_dark_mobile.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2c5e83 ;
  }

  .quote-column{
    max-width: none;
    padding: 0;
  }
  .quote-column__content{
    font-size: 20px;
    line-height: 30px;
    font-family: 'Figtree', sans-serif;
  }
  .quote-user{
    max-width: 100%;
    margin: 0;
  }
  .quotes {
    padding: 50px 0 100px 0;
  }
  .swiper-button-next{
    left: 17%;
    
  }
  .swiper-button-prev{
    left: 0;
  }
  .swiper-button-next, .swiper-button-prev {
    top: -65px;
  }
  .quotes .container {
    padding: 0 30px;
  }
  .stat-column {
    max-width: 100%;
    padding: 35px 50px;
    text-align: center;
    margin-top: 0px;
    border-right: 0px solid black;
    margin-right: 0px;
    max-height: 100px;
    border-bottom: 1px solid black;
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .quotes .container {
    display: block;
  }

}
