.sw--testimonial {
    padding-bottom: 30px !important;
}
.testimonial-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #EAEDF3;
    padding: 20px clamp(14px, 3vw, 40px) clamp(32px, 4vw, 60px);
    text-align: center;
}
.testimonial-item:before {
    content: "\e925";
    font-family: 'icomoon';
    color: var(--color1);
    font-size: 44px;
    line-height: 1;
    position: absolute;
    bottom: -27px;
}
.testimonial-item .img-box {
    width: 69px;
    height: 69px;
    flex: 0 0 69px;
    margin-bottom: 10px;
	border-radius:50%;
	    overflow: hidden;
}
.testimonial-item .name {
    font-size: 20px;
    text-transform: capitalize;
}
.testimonial-item .position {
    font-size: 14px;
    color: #767E8B;
}
.item-desc {
    margin-top: 1rem;
}