.testimonilas-card-wrapper{
    padding: 96px 0px;
}
.testimonilas-content-wrapper{
    display: flex;
    align-items: center;
    gap: 32px;

}
.testimonilas-card-wrapper .row{
    padding-top:0px !important;
    padding-bottom:0px !important;
}
.testimonilas-image{
    width: 288px;
    height: 288px;
    aspect-ratio: 1/1;
    border-radius: 5px;
}
blockquote.testimonilas-quote {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0;
    color: #004F59;
    margin:0px;
    border:none;
}
.testimonilas-role{
font-weight: 400;
font-size: 20px;
line-height: 1.25;
letter-spacing: 0;
display: flex;
align-items: flex-start;
justify-content: flex-start;
gap: 8px;
margin-top: 24px;
color: #131E29;
}
.testimonilas-role p {
    color: #131E29;
}
p.testimonilas-name {
    font-weight: 600 !important;
    margin: 0px;
}
p.testimonilas-designation {
    margin:0px;
}
.testimonilas-cta-wrapper {
    margin-top: 32px;
}
.testimonilas-cta-wrapper>a{
    display:inline-block;
}

.testimonilas-white-theme{
    background: #fff;
}
    .testimonilas-white-theme blockquote.testimonilas-quote {
        color: #004F59;
    }
.testimonilas-white-theme .testimonilas-role p{
    color: #131E29;
}

.testimonilas-graphene-theme{
    background: #004F59;
}
    .testimonilas-graphene-theme blockquote.testimonilas-quote {
        color: #E2F5E9;
    }
.testimonilas-graphene-theme .testimonilas-role p{
    color: #FFFFFF;
}

.testimonilas-solwaybreeze-theme{
    background: #E2F5E9;
}
    .testimonilas-solwaybreeze-theme blockquote.testimonilas-quote {
        color: #004F59;
    }
.testimonilas-solwaybreeze-theme .testimonilas-role p{
    color: #131E29;
}

.testimonilas-brightgrey-theme{
    background: #E7EBF3;
}
    .testimonilas-brightgrey-theme blockquote.testimonilas-quote {
        color: #004F59;
    }
.testimonilas-brightgrey-theme .testimonilas-role p{
    color: #131E29;
}
.testimonilas-content-center{
    max-width:856px;
    margin-left:auto;
    margin-right:auto;
}
@media (max-width: 1024px) {
    .testimonilas-card-wrapper {
        padding: 48px 0px;
    }
    .testimonilas-content-wrapper {
        align-items: flex-start;
        flex-direction: column;
    }
    .testimonilas-role{
        flex-direction: column;
    }
    .testimonilas-cta-wrapper a[class*="btn-"] {
        width:100%;
    }
}