@media screen and (max-width: 768px) {
    .part_two{
        display: none;
    }
    body .content_inside_slide{
        padding: 30px;
    }
    body .title_main{
        font-size: 18px;
    }
    body .title_review{
        font-size: 18px;
    }
    body .title_job,
    body .content_review p{
        font-size: 14px;
    }
}
.content_inside_slide{
    padding: 50px;
    background: #fff;
}
.swiper-pagination-bullet{
    background: transparent;
}
.swiper-pagination .swiper-pagination-bullet:not(:last-child){
    margin-right: 10px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    background: url("/wp-content/uploads/2022/06/full.svg");
}
.swiper-pagination .swiper-pagination-bullet:before{
    content: '';
    background: url("/wp-content/uploads/2022/06/empty.svg");
    width: 13px;
    height: 13px;
    display: inline-block;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    opacity: 1;
}
.clients-say-wrap .swiper-pagination{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    position: relative;
}
.title_main{
    color: #333333;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 25px;
}
.content_review p{
    font-weight: 500;
    font-size: 16px;
    line-height: 190%;
    color: #6C6A72;
    margin-bottom: 0;
}
.top_section{
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
}
.title_review{
    background: linear-gradient(88.19deg, #00F0FD -103.94%, #5558A7 106.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 8px;
}
.title_company{
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2EB5DA;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
}
.title_job{
    color: #333333;
    opacity: 0.5;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}
.flex{
    display: flex;
    align-items: center;
}
.part_two{
    opacity: 0.5;
}