.ph-blockquote-container figure
{
    display:flex;
}
.ph-blockquote-container.image_left figure,
.ph-blockquote-container.image_left{
    flex-direction: row-reverse;
}
.ph-blockquote-content,
.ph-blockquote-image{
    flex: 0 0 50%;
}
.ph-blockquote-content{
    padding:10.1rem 7rem;
    position:relative;    
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ph-blockquote-content .ph-btn{
    position: absolute;
    bottom: 0;
    right: 0;   
}
.ph-blockquote-title{
    margin-bottom:10.8rem;
} 
.ph-blockquote-content figcaption{
    margin-top:4rem;
}
.ph-blockquote-text span{
    color:var(--ph-color-3);
}
/*.ph-blockquote-legend{
    margin-bottom:12.2rem;
}*/
.ph-blockquote-image{
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}
.ph-blockquote-image-h{
    height:0;
    padding-top:123.8%;
}

.ph-blockquote-content blockquote{
    margin: 0;
}

@media (max-width: 1200px){
   
}
 
@media (max-width: 1024px){
    
}

@media (max-width: 767px){
    
    .ph-blockquote-container,
    .ph-blockquote-container.image_left,
    .ph-blockquote-container figure,
    .ph-blockquote-container.image_left figure{
        flex-direction: column-reverse;
    }
    
    .ph-blockquote-image div{
        padding-top: calc(100% * 406 / 330);
    }
    .ph-blockquote-content {
        padding: 4rem 1.5rem 10.4rem 1.5rem;
    }
    .ph-blockquote-title {
        margin-bottom: 5.3rem;
    }
    .ph-blockquote-text {
        margin-bottom: 2.4rem;
    }
    .ph-blockquote-legend {
        margin-bottom:0; 
    }

}