.testimonials-main{color:var(--primary-color);display:flex;flex-flow:row wrap;justify-content:center;margin:-20px -15px 0;position:relative}.testimonials-main h3{font-family:var(--primary_font)}.testimonials-main .testimonial-box{display:flex;flex-flow:column nowrap;padding:20px 15px 0;width:25%}.testimonials-main .testimonial-box .box-frame{background:#ededed;flex-grow:1;line-height:2;margin:0 0 50px;padding:25px;position:relative}.testimonials-main .testimonial-box .box-frame:after{background-color:#ededed;border-width:0;content:"";display:block;height:14px;left:50%;position:absolute;top:100%;transform:translate(-50%,-50%) scaleX(.75) rotate(45deg);width:14px}.testimonials-main .testimonial-box p{font-weight:300}.testimonials-main .testimonial-box p:last-child{margin:0}.testimonials-main .testimonial-box h3{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.testimonials-main .testimonial-box h3:last-child{margin:0}@media (max-width:1199px){.testimonials-main{margin:-20px -10px 0}.testimonials-main .testimonial-box{padding:20px 10px 0}.testimonials-main .testimonial-box .box-frame{margin:0 0 25px;padding:15px}}@media (max-width:767px){.testimonials-main .testimonial-box{width:50%}}@media (max-width:499px){.testimonials-main .testimonial-box{width:100%}}