.superior-project-testimonial {
    display: flex;
    width: 100%;
    margin: auto;
    flex-direction: column;
    background: white;
    border-top: 2px solid;
    border-bottom: 2px solid;
    margin: 20px 0;
}

.superior-project-testimonial h4 {
    font-size: 20px;
    color: #5f5f5f !important;
    text-align: center;
    width: 90%;
    margin: 20px auto 0;
}

.superior-project-testimonial .quote_by {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.superior-project-testimonial .qt_mrk {
    display: flex;
    justify-content: center;
    padding: 20px;
}