
.b-trustpilot--full {
     padding: 40px 0 8px;
     font-family: 'Helvetica Neue', sans-serif;
}
 .b-trustpilot--full--wrapper {
     max-width: 1280px;
     margin: 0 auto;
     display: flex;
     gap: 40px;
}
 @media (max-width: 768px) {
     .b-trustpilot--full--wrapper {
         gap: 32px;
    }
}
 @media (max-width: 576px) {
     .b-trustpilot--full--wrapper {
         gap: 32px;
    }
}
 .b-trustpilot--full__widget {
     width: 200px;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     gap: 8px;
}
 .b-trustpilot--full__widget .text {
     font-size: 24px;
     font-weight: 500;
}
 .b-trustpilot--full__widget .stars {
     width: 162px;
}
 .b-trustpilot--full__widget .rating {
     font-size: 13px;
     font-weight: 300;
}
 .b-trustpilot--full__widget .rating span {
     font-weight: 500;
     border-bottom: 1px solid rgba(255, 255, 255, .6);
}
 .b-trustpilot--full__widget .logo {
     width: 106px;
     margin-top: 4px;
}
 .b-trustpilot--full__widget .logo svg {
     max-width: 106px;
}
 .b-trustpilot--full__reviews {
     display: flex;
     flex-direction: row;
     gap: 40px;
     min-width: 0;
     text-align: left;
}
 .b-trustpilot--full__reviews .item {
     display: flex;
     gap: 6px;
     flex-direction: column;
     min-width: 0;
}
 .b-trustpilot--full__reviews .item .stars {
     width: 100px;
     display: block;
     margin-bottom: 6px;
}
 .b-trustpilot--full__reviews .item .review {
     display: flex;
     flex-direction: column;
     gap: 6px;
}
 .b-trustpilot--full__reviews .item .review .title {
     font-size: 14px;
     margin-bottom: 2px;
     font-weight: 700;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
 .b-trustpilot--full__reviews .item .review .text {
     font-size: 13px;
}
 .b-trustpilot--full__reviews .item .review .author {
     font-size: 12px;
     color: rgba(0, 0, 0, .6);
     font-weight: 700;
}
 .b-trustpilot--full__reviews .item .review .author span {
     font-weight: 400;
}
 @media (max-width: 576px) {
     .b-trustpilot--full__reviews .item:nth-child(2) {
         display: none;
    }
}
 @media (max-width: 768px) {
     .b-trustpilot--full__reviews .item:nth-child(3) {
         display: none;
    }
}
 @media (max-width: 992px) {
     .b-trustpilot--full__reviews .item:nth-child(4) {
         display: none;
    }
}
