.customer-feedback {
    width: 65%;
    margin: auto;
    padding-top: 80px;
}
.customer-feedback .feedback-title {
    font-size: 48px;
    line-height: 48px;
    color: #7B50F8;
    padding-bottom: 20px;
}
.customer-feedback .feedback-item {
    margin-top: 60px;
    border-left: 4px solid #7B50F8;
    padding-left: 20px;
}
.customer-feedback .quote {
    color: #656565;
    font-size: 36px;
    line-height: 48px;
    padding-bottom: 24px;
}
.customer-feedback .position, .customer-feedback .role {
    font-size: 24px;
    line-height: 32px;
}
.customer-feedback .role {
    color: #7B50F8;
}