.trustpilot-reviews-swiper {
    width: 100%;
    height: 100%;
}

.trustpilot-reviews-swiper .swiper-slide {
    text-align: center;
    display: block;
    width: 362px;
    padding: 10px;
}

.trustpilot-link{
    text-decoration: none;
    color: black;
}



.trustpilot-block{
    font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
    height: 39px;
    display: flex;
    color: #fff;
    align-items: center;
    font-size: 18px;
    margin-top: 30px;
    gap: 15px;
}

.trustpilot-star-with-text{
    display: flex;
    align-items: center;
    gap: 5px;
}


.grey-section{
    background-color: #F7F8FA;
}

.carousel-trustpilot-container{
    width: 100%;
    display: flex;
}

.carousel-trustpilot{
    width: 100%;
    display: flex;
    gap:32px;
}

.carousel-trustpilot .carousel-trustpilot-item:first-child, .carousel-trustpilot .carousel-trustpilot-item:last-child{
    opacity: 50%;
}

.carousel-trustpilot-item{
    min-width: 280px;
    height: 252px;
    padding: 24px;
    background-color: #fff;
    border-radius: 24px;
}

.carousel-trustpilot__time{
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
    color: #6A6A6A;
    margin-bottom: 8px;
}

.carousel-trustpilot__avatar-box{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 8px;
}



.carousel-trustpilot__avatar{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.carousel-trustpilot__avatar.initials{
    background-color: #ffdebf;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stars_combination{
    width: 116px;
    height: auto;
}

.carousel-trustpilot__head-text{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    margin-bottom: 8px;
}

.carousel-trustpilot__text{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
}

.text-gray{
    color: rgb(107, 107, 107);
}