.elementor-1451 .elementor-element.elementor-element-3e2f17d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4c82b2c */<style>
*{
    box-sizing:border-box;
}

.testimonial-wrapper{
    max-width:1200px;
    margin:50px auto;
    display:flex;
    gap:30px;
    justify-content:center;
    flex-wrap:wrap;
    font-family:Arial, Helvetica, sans-serif;
}

.testimonial-item{
    width:48%;
    min-width:320px;
    text-align:center;
}

.testimonial-box{
    background:#fff;
    border:1px solid #eee;
    padding:35px;
    position:relative;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.testimonial-box:after{
    content:"";
    position:absolute;
    bottom:-18px;
    left:50%;
    transform:translateX(-50%);
    width:35px;
    height:35px;
    background:#fff;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    transform:translateX(-50%) rotate(45deg);
}

.quote{
    color:#f3b6c0;
    font-size:60px;
    line-height:0;
    display:block;
    text-align:left;
    margin-bottom:20px;
}

.testimonial-text{
    font-size:18px;
    line-height:1.9;
    color:#444;
    font-style:italic;
}

.customer{
    margin-top:60px;
}

.customer img{
    width:75px;
    height:75px;
    border-radius:50%;
    object-fit:cover;
}

.customer h3{
    margin:15px 0 8px;
    font-size:22px;
    color:#333;
}

.customer p{
    margin:0;
    color:#e74c3c;
    font-weight:bold;
    font-size:17px;
}

@media(max-width:768px){

.testimonial-item{
    width:100%;
}

.testimonial-text{
    font-size:17px;
}

}
</style>/* End custom CSS */