.testimonials__right {
    display: flex;
    align-items: center;
    gap: .8rem;
    flex-direction: column;
}

.testimonials__right i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, #A09EFF 0%, #6462F9 100%);
    transform: rotate(16deg);
    font-size: 1.25rem;
    color: #FFF;
    box-shadow: 0px 12px 20px 0px #6462F94D;
}

.testimonials__ws {
    display: flex;
    flex-direction: column;
}

.testimonials__title {
    font-size: 28px;
    font-weight: 700;
    color: #0B014A;
    font-family: var(--shoor);
    line-height: 1;
}

.testimonials__ws .testimonials__sub_title {
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
}

.heading_image img {
    object-fit: cover;
    width: 100%;
}

.heading_image {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 24px;
}

.heading_name {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card__item_heading .d-flex {
    gap: 1rem;
    width: fit-content;
}

.user_____name {
    font-size: 1rem;
    font-weight: bold;
    color: #0B014A;
    line-height: 2;
}

.user_____member {
    font-size: 12px;
    color: #6462F9;
    font-weight: 400;
    line-height: 2;
}

.card__item_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card__item_testimonials {
    background: #FFF;
    border-radius: 24px;
    padding: .8rem;
}

.product_image {
    width: 72px;
    min-width: 72px;
    height: 72px;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, #F6F7F9 0%, rgba(246, 247, 249, 0) 100%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.card__item_product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 1.5rem;
    margin-top: 0.5rem;
    transition: 0.5s;
    padding: 0.5rem;
    z-index: 1;
    position: relative;
}

.card__item_product::after {
    content: '';
    position: absolute;
    border-radius: 1.5rem;
    z-index: -1;
    inset: 0;
    background: linear-gradient(180deg, #A09EFF 0%, #6462F9 100%);
    transition: 0.5s;
    opacity: 0;
}

.card__item_product:hover:after {
    opacity: 1;
}

.product_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card__item_product .d-flex {
    gap: 1rem;
}

.product_title .pro_title {
    font-size: 1rem;
    color: #0B014A;
    font-weight: bold;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product_title .pro_sub_title {
    line-height: 2;
    font-size: 12px;
    color: #0B014A;
    opacity: 40%;
    transition: 0.5s;
}

.product_link span {
    font-size: 14px;
    color: #0B014A;
    opacity: 40%;
    display: flex;
    align-items: center;
    gap: .5rem;
    transition: 0.5s;
    min-width: 115px;
}

.product_link span i {
    font-size: 12px;
    color: #0B014A;
    opacity: 40%;
    transition: 0.5s;
}

.card__item_body {
    color: #0B014A;
    opacity: 70%;
    font-size: 14px;
    background: linear-gradient(180deg, #F6F7F9 0%, rgba(246, 247, 249, 0) 100%);
    border-radius: 24px;
    padding: 1rem .8rem;
    margin-top: .8rem;
    line-height: 1.5;
}

.section__testimonials .col-lg-4:nth-of-type(2) {
    margin-top: 3rem;
}

.rank_user .number_fix {
    font-size: 14px;
    color: #0B014A;
    opacity: 40%;
    font-weight: 600;
    line-height: 2;
}

.rank_user .number_user_item {
    font-size: 16px;
    color: #0B014A;
    font-weight: 600;
    line-height: 2;
}

.rank_user {
    display: flex;
    gap: .2rem;
    align-items: center;
}

.star__user img {
    width: 20px;
}

.product_link a:hover {
    color: #0B014A;
    opacity: 100%;
}

.card__item_product:hover .product_link span i,
.card__item_product:hover .product_link span,
.card__item_product:hover .pro_sub_title {
    color: #FFF;
    opacity: 100%;
}

.card__item_product:hover .pro_title {
    color: #FFF;

}

section.section__testimonials:before {
    content: "";
    width: 725px;
    height: 279px;
    position: absolute;
    background: #E9EAF0;
    left: 9%;
    border-radius: 48px;
    top: 20px;
}

section.section__testimonials::after {
    content: "";
    width: 375px;
    height: 279px;
    position: absolute;
    background: #E9EAF0;
    right: 7%;
    border-radius: 48px;
    top: 20px;
}

.section__testimonials,
.section__testimonials .container,
.testimonials_head,
.section__testimonials .container .row {
    position: relative;
    z-index: 3;
}



@media (max-width:1199.98px) {
    .product_image {
        display: none;
    }
}

@media (max-width:991.98px) {

    .section__testimonials .col-lg-4:nth-of-type(2),
    .section__testimonials .col-lg-4:nth-of-type(3) {
        margin-top: 1.5rem;
    }

}

@media (max-width:767.98px) {}


@media (max-width:575.98px) {
    .user_____name {
        font-size: .7rem;
    }

    .user_____member {
        font-size: 9px;
    }

    .rank_user .number_user_item {
        font-size: 12px;
    }

    .rank_user .number_fix {
        font-size: 10px;
    }

    .card__item_body {
        font-size: 11px;
        line-height: 2;
    }



}