.content-module.landing_trustpilot {
    padding: 66px 0 75px 0;
}

.trustpilot-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 25px ;
}

.content-module.landing_trustpilot .module-title {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 30px 0;
}

.overall-rate {
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
}

.trustpilot-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 -60px;
}

.landing_trustpilot .embla__slide {
  flex: 0 0 33.33333%;
  padding: 0 40px;
}

.trustpilot-item {
    width: 100%;
    height: 100%;
    padding: 40px 30px 30px 30px;
    text-align: center;
    font-family: "L10", "Helvetica", "Arial";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    border-radius: 30px 30px 0 30px;
}

.trustpilot-item img{
    width: 111px;
    height: 25px;
    display: block;
    margin: 0 auto 33px auto;
}

.trustpilot-item h4 {
    font-family: "L10", "Helvetica", "Arial";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 20px 0;
}

.trustpilot-item div {
    margin-bottom: 20px;
    font-weight: 400;
}

.trustpilot-item div:last-child {
    margin-bottom: 0;
}

.landing_trustpilot .embla__dots {
    display: none;
    margin-top: 25px;
}

.landing_trustpilot .embla__dots li button {
  background-color: #B0C7CC;
}

.landing_trustpilot .embla__dots li button:hover,
.landing_trustpilot .embla__dots li.embla__dots__dot--active button {
  background-color: #979797;
}

@media (max-width: 991px) {

    .landing_trustpilot .embla__slide {
      padding: 0 20px;
    }

    .trustpilot-wrap {
        margin: 0 -40px;
    }

    .content-module.landing_trustpilot .module-title {
        margin: 0 30px 34px;
    }
}

@media (max-width: 767px) {

    .landing_trustpilot .embla__dots {
      display: flex;
    }

    .landing_trustpilot .embla__slide {
      flex: 0 0 100%;
    }

    .trustpilot-item {
      width: 100%;
      max-width: 540px;
      margin: 0 auto;
    }

    .content-module.landing_trustpilot {
        padding: 43px 0 50px;
    }

    .content-module.landing_trustpilot .module-title {
        font-size: 28px;
        line-height: 34px;
    }

    .trustpilot-wrap {
        margin: 0 ;
        flex-direction: column;
    }

    .landing_trustpilot-container {
      padding: 0;
      max-width: none;
    }

}