.pricing-testimonial-block{
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(97.04deg, #A2B1FF 1.5%, #A89EFF 100%);
    background-size: 100%;
}
.pricing-testimonial-block .wrapper-parent {
    border: 8px solid rgba(255, 255, 255, 0.30);
    border-radius: 32px;
}
.pricing-testimonial-block .testimonial-wrapper {
    padding: 36px 44px 36px 36px;
    max-width: 1124px;
    border-radius: 24px;
    background: #FFF;
    backdrop-filter: blur(4px);
    box-shadow: 5px 5px 15px rgba(28, 28, 28, 0.1);
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.pricing-testimonial-block .testimonial-wrapper .testimonial-img {
    min-width: 248px;
    max-width: 248px;
    margin-right: 0;
    text-align: center;
    border-radius: 20px;
    margin-right: 28px;
}
.pricing-testimonial-block .testimonial-wrapper .testimonial-img img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.pricing-testimonial-block .testimonial-wrapper .testimonial-description{
    font-family: Haffer;
    font-size: 30px;
    font-weight: 500;
    line-height: 39.2px;
    letter-spacing: 0.2800000011920929px;
    color: #282B60;
}
.pricing-testimonial-block .testimonial-wrapper .testimonial-txt-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}
.pricing-testimonial-block .testimonial-txt-bottom .testimonial-author-detail{
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    color: #282B60;
    margin-right: 20px;
}
.pricing-testimonial-block .testimonial-author-detail .testimonial-designation{
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 0;
}
.pricing-testimonial-block .testimonial-txt-bottom .logo-image img{
    height: 48px;
    max-width: 180px;
}
@media only screen and (min-width: 769px){
    .pricing-testimonial-block .testimonial-wrapper .testimonial-img img {
        width: 248px;
    }
}
@media only screen and (max-width: 767px){
    .pricing-testimonial-block {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pricing-testimonial-block .testimonial-wrapper {
        padding: 20px 20px 24px 20px;
        flex-direction: column;
        border-radius: 30px;
    }
    .pricing-testimonial-block .wrapper-parent {
        border: 8px solid rgba(255, 255, 255, 0.30);
        border-radius: 38px;
    }
    .pricing-testimonial-block .testimonial-wrapper .testimonial-img {
        min-width: 100%;
        max-width: 100%;
        border-radius: 20px;
        margin-right: 0px;
    }
    .pricing-testimonial-block .testimonial-wrapper .testimonial-content{
        margin-top: 17px;
    }
    .pricing-testimonial-block .testimonial-wrapper .testimonial-description {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: normal;
    }
    .pricing-testimonial-block .testimonial-wrapper .testimonial-txt-bottom {
        margin-top: 20px;
        align-items: start;
    }
    .pricing-testimonial-block .testimonial-txt-bottom .testimonial-author-detail {
        font-size: 18px;
    }
    .pricing-testimonial-block .testimonial-txt-bottom .logo-image img {
        min-height: 36px;
        max-width: 140px;
        height: auto;
    }
    .pricing-testimonial-block .testimonial-author-detail .testimonial-designation {
        font-size: 16px;
    }
}

/*----------------------insights page css-----------------------*/
.insights-page .pricing-testimonial-block .testimonial-wrapper .testimonial-description {
    font-size: 32px;
    font-weight: 500;
    line-height: 43.2px;
    letter-spacing: 0.2800000011920929px;
}
.insights-page .pricing-testimonial-block .testimonial-wrapper .testimonial-txt-bottom {
    margin-top: 20px;
    align-items: center;
}
.insights-page .pricing-testimonial-block .testimonial-txt-bottom .logo-image img {
    height: 36px;
    max-width: 150px;
}
@media only screen and (max-width: 767px){
    .insights-page .pricing-testimonial-block {
        background-size: cover;
    }
    .insights-page .pricing-testimonial-block .testimonial-wrapper .testimonial-description {
        font-size: 24px;
        letter-spacing: 0.28px;
        line-height: 32.4px;
    }
}
