.product-quote{margin-bottom:60px}
.product-quote-box{display:flex;align-items:center}
@media screen and (max-width:767px){
.product-quote-box{flex-direction:column}
}
.product-quote-body{display:flex;flex-direction:column;align-items:flex-start;padding-left:35px}
.product-quote-icon{display:flex;justify-content:center;margin-bottom:6px;color:#899c80}
.product-quote-content{margin-bottom:12px}
.product-quote-content,.product-quote-content p{color:#333;font-size:2.7rem;font-weight:300;line-height:133%}
@media screen and (max-width:767px){
.product-quote-content,.product-quote-content p{font-size:2.1rem;text-align:center}
}
.product-quote-content p{margin:0 0 12px 0}
.product-quote-content p:last-child{margin-bottom:0}
.product-quote-author{color:#756e6b;font-size:1.4rem;font-weight:300;line-height:150%;margin-bottom:20px}
@media screen and (max-width:767px){
.product-quote-author{margin-bottom:0}
}
.product-quote-image{width:41%;min-width:41%;max-width:41%}
@media screen and (max-width:767px){
.product-quote-image{width:100%;min-width:100%;max-width:100%;margin-bottom:25px}
}
.product-quote-image img{display:block;width:100%;aspect-ratio:345/360;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:12px}
@media screen and (max-width:767px){
.product-quote-image img{aspect-ratio:390/270}
}
@media screen and (max-width:767px){
.product-quote.product-quote-with-image .product-quote-body{padding:0;align-items:center}
}
.product-quote:not(.product-quote-with-image){max-width:680px;margin-left:auto;margin-right:auto;position:relative}
.product-quote:not(.product-quote-with-image) .product-quote-body{align-items:center;padding-left:0}
.product-quote:not(.product-quote-with-image) .product-quote-content{text-align:center}
.product-quote:not(.product-quote-with-image):after{display:block;position:absolute;content:"";height:1px;max-height:1px;min-height:1px;width:80%;left:10%;bottom:0;background:repeating-linear-gradient(90deg,#eadace,#eadace 6px,transparent 6px,transparent 12px)}
@media screen and (max-width:767px){
.product-quote:not(.product-quote-with-image):after{display:none}
}