.testimonial_content_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial_user_text {
    max-width: 518px;
    width: 100%;
    padding-left: 45px;
    padding-top: 25px;
    position: relative;
    margin-right: 30px;
}

.testimonial_user_text:before {
    content: '';
    position: absolute;
    background-image: url('./images/pp.png');
    background-repeat: no-repeat;
    width: 56px;
    height: 38px;
    top: 0;
    left: 0;
    background-size: contain;
}

.testimonial_image {
    max-width: 304px;
    width: 100%;
}

.custom-project-testimonials-wrapper .testimonial_avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.testimonial_avatar {
    width: max-content;
}

.custom-project-testimonials__navigation {
    display: flex;
    position: absolute;
    right: 0;
    top: 20px;
    align-items: center;
}

.custom-project-testimonials__navigation .swiper-pagination {
    margin: 0 30px;
    font-family: 'Hero';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    align-items: baseline;
}

.swiper-pagination-total {
    font-size: 20px;
    line-height: 24px;
    margin-left: 10px;
    font-weight: 700;

    background: linear-gradient(91.47deg, #FFFFFF 17.63%, #A6E0DA 74.03%, #205159 102.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
}

.swiper-pagination-current {
    margin-right: 5px;
    min-width: 20px;
}

.custom-project-testimonials {
    /* background: #000; */
    /* padding: 86px 60px; */
    overflow: hidden;
}

.custom-project-testimonials__list {
    /* padding-top: 83px; */
    margin-top: 65px;
    background: #000;
    padding: 86px 60px;
    padding-bottom: 75px;
}

.custom-project-testimonials .testimonial-custom-swiper {
    /* overflow: visible; */
    position: initial;
}

.custom-project-testimonial {}

.custom-project-testimonials-wrapper {
    overflow: hidden;
    position: relative;
}

.testimonial_text {
    text-transform: uppercase;
    font-family: 'Hero';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}

.testimonial_user {
    margin-top: 55px;
    display: flex;
    /* align-items: center; */
}

.testimonial_name_social {
    margin-left: 22px;
}

.testimonial_social_link {
    margin-right: 15px;
}

.testimonial_social_link:hover svg path {
    fill: #fff;
}


.testimonial_name {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    margin-top: 3px;
    margin-bottom: 8px;
}

@media (max-width: 1600px) {
    .custom-project-testimonials__navigation {
        top: 15px;
    }

    .custom-project-testimonials__list {
        margin-top: 35px;
    }

    .testimonial_user_text {
        padding-left: 40px;
        padding-top: 25px;
    }

    .testimonial_user {
        margin-top: 50px;
    }
}

@media (max-width: 1024px) {
    .custom-project-testimonials__list {
        padding: 86px 40px;
    }
}

@media (max-width: 767px) {
    .custom-project-testimonials__navigation {
        top: 79px;
        left: 0;
    }

    .custom-project-testimonials__navigation .swiper-pagination {
        font-size: 24px;
        line-height: 28px;
        margin: 0 10px;
    }

    .swiper-pagination-current {
        margin-right: 0px;
    }

    .custom-project-testimonials__list {
        margin-top: 117px;
        padding: 28px;
        padding-top: 0;
    }

    .testimonial_content_wrapper {
        flex-direction: column;
    }

    .testimonial_user_text {
        padding: 30px;
        margin: 0;
        padding-top: 17px;
        padding-right: 0;
        padding-bottom: 50px;
    }

    .testimonial_user_text:before {
        width: 41px;
        height: 28px;
        left: 0;
        top: 0;
    }

    .testimonial_text {
        font-size: 12px;
        line-height: 14.5px;
        letter-spacing: 0.02em;
    }

    .testimonial_user {
        margin-top: 30px;
    }

    .testimonial_image {
        max-width: 100%;
    }

    .testimonial_image img {
        width: 100%;
    }
}