.quote-wrap-editing {
    padding-top: 60px;
    border-top: 1px solid #161D2D;
    display: flex;
    justify-content: space-between;
}
.quote-wrap-editing .qoute-heading,
.quote-wrap-editing .qoute-wrap-content {
    width: 50%;
    text-align: left;
}
.quote-wrap-editing .qoute-heading h5 {
    font-size: 24px;
    line-height: 124%;
    color: #161D2D;
    margin-bottom: 20px;
}
.quote-wrap-editing .qoute-heading .author-name {
    font-size: 12px;
    line-height: 124%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.quote-wrap-editing .qoute-heading .author-company {
    font-size: 12px;
    line-height: 124%;
    text-align: center;
    color: #666666;
    margin-top: 0;
}
.quote-wrap-editing .qoute-wrap-content {
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0.02em;
    color: #161D2D;
}

