.testimonial-carousel-8 .content-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.testimonial-carousel-8 .item-content {
    position: relative;
    padding: 7rem 2rem 2rem 2rem;
}

.testimonial-carousel-8 .item-content svg {
    position: absolute;
    top: 10px;
    right: 50%;
    transform: translateX(50%);
    width: 250px;
}

.testimonial-carousel-8 .content-text {
    font-size: 17px;
    font-weight: 400;
    color: #556077;
    margin-bottom: 30px;
    line-height: 28px;
    text-align: justify;
}

.testimonial-carousel-8 .name {
    font-size: 27px;
    font-weight: 600;
    color: #556077;
}

.testimonial-carousel-8 .site-name {
    font-size: 17px;
    font-weight: 400;
    color: #556077;
    margin-top: 10px;
}

.testimonial-carousel-8 .item-avatar {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 0 auto 0 auto;
    display: block;
}

.testimonial-carousel-8 .item-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50% 50% 0 50%;
    margin: 0 auto 0 auto;
    object-fit: cover;
}

.testimonial-carousel-8 .item-avatar svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 140px;
}

.testimonial-carousel-8 .swiper-pagination {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin-top: 30px;
}

.testimonial-carousel-8 .swiper-pagination span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: transparent;
    opacity: 1;
    margin: 4px;
    border: 1px solid #2289FF;
}

.testimonial-carousel-8 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2289FF;
}

.testimonial-carousel-8 .item-content svg linearGradient stop:first-child {
    stop-color: #2289FF;
}

.testimonial-carousel-8 .item-content svg linearGradient stop:last-child {
    stop-color: transparent;
}

@media screen and (max-width: 767px){
    .testimonial-carousel-8 .item-content {
        text-align: center;
    }
}