/*==================================
Testimonials User Icon
==================================*/

.testimonial-icon{
    width:90px;
    height:90px;
    margin:0 auto 18px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#1f1f1f,#000);
    border:3px solid #ff9800;
    box-shadow:0 12px 30px rgba(0,0,0,.25);
}

.testimonial-icon i{
    font-size:42px;
    color:#ff9800;
}

.testimonial-item .profile{
    text-align:center;
}

.testimonial-item .profile h3{
    margin-top:8px;
    margin-bottom:5px;
    font-size:20px;
    font-weight:700;
}

.testimonial-item .profile h4{
    margin:0;
    color:#888;
    font-size:15px;
    font-weight:500;
}

@media (max-width:768px){

    .testimonial-icon{
        width:75px;
        height:75px;
    }

    .testimonial-icon i{
        font-size:34px;
    }

}