.ph-blockquotecenter-container{
    text-align:center;
    padding:8.2rem 0 8.1rem 0;
}
.ph-blockquotecenter-text{
    margin:0 auto 4rem auto;    
}
.ph-blockquotecenter-text span{
    color:var(--ph-color-3);
}
.ph-blockquotecenter-image{
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    height:8rem;
    width:8rem;
    border-radius:50%;
    margin:0 auto 1.6rem auto;
}
.ph-blockquotecenter-legend{
}


@media (max-width: 1200px){
   
}

@media (max-width: 1024px){
    
}

@media (max-width: 767px){
    .ph-blockquotecenter-container{
        padding:4.1rem 0 ;
    }
    .ph-blockquotecenter-text{
        margin:0 auto 1.6rem auto;    
    }
}