.trust-pilot-container {
    display: flex;
    margin: 0 auto;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px
}

.trust-pilot-slider {
    padding: 15px 0
}

.tp-review-container {
    background: #fff;
    margin: 10px 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 11px 2px rgb(0 0 0 / 16%)
}

.str-rating {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.aus_t_svg {
    flex-direction: column
}

.aus_t_svg {
    display: flex
}

.verified-badge-wrapper {
    margin-top: 10px
}

.verified-badge-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 3px;
    grid-row-gap: 3px
}

.str-rating p {
    font-size: 12px;
    font-weight: 400;
    font-family: Roboto, sans-serif !important;
    margin-top: -10px
}

.verified-text {
    color: #6c6c85;
    font-weight: 300;
    font-size: 12px
}

.verified-icon {
    width: 14px
}

.tp-review-text {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px
}

.tp-name {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .01em;
    color: grey;
    font-family: Roboto, sans-serif !important
}

.draggable {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.TP-heading {
    width: 196px;
    text-align: center;
    padding: 10px 0
}

.TP-title {
    font-size: 27px;
    margin-bottom: 6px
}

.TP-text p {
    margin-top: 0
}

.TP-heading .TP-text {
    font-size: 13px;
    font-family: Roboto, sans-serif !important
}

.reviews-all {
    width: calc(100% - 196px);
    /*flex: 1;*/
    padding: 0 2%
}

.trust-pilot-wrapper {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1180px
}

.tp-info-box {
    padding: 20px 15px
}

@media (max-width: 650px) {
    .TP-heading {
        width: 100%
    }

    .trust-pilot-container {
        flex-direction: column;
        padding: 30px 0 30px 0
    }

    .reviews-all {
        width: 100%;
        padding: 0
    }
}