.row {
    display: flex;
}

.customer-voice-listBox {
    margin-top: 60px;
}
.customer-voice-content p {
    text-indent: 2em;
}
.customer-voice-text ul {
    flex-wrap: wrap;
    margin-left: 30px;
}

.customer-voice-text ul li {
    width: 30%;
    margin-right: 30px;
    padding-bottom: 60px;
}

.customer-voice-text ul li:nth-child(3n+0) {
    margin-right: 0;
}

.customer-voice-title {
    min-width: 225px;
    max-height: 143px;
    border-right: 1px solid #ccc;
}

.customer-voice-title span {
    font-size: 50px;
    font-weight: 600;
}

.customer-voice-title h3 {
    margin-top: 0;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #015fbe;
}

.customer-voice-text h5 {
    margin-top: 20px;
}

@media(max-width:768px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .customer-voice-list {
        flex-wrap: wrap;
    }
    .customer-voice-title {
        border: 0;
        width: auto;
        min-height: 0;
    }
    .customer-voice-text ul {
        width: 100%;
    }
    .customer-voice-text ul li {
        width: 100%;
        margin-right: 0;
        padding-bottom: 30px;
    }
    .customer-voice-title h3 {
        padding-right: 0;
    }
    .customer-voice-text ul {
        margin-left: 0;
    }
}