.voice-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.voice-list-left {
    width: 125px;
    padding: 5px;
}

.voice-list-right {
    width: calc(100% - 125px);
}

.voice-list-left img {
    width: 100%;
    border: 1px solid #eee;
}

.voice-list-right .company-name {
    font-size: 28px!important;
    /* letter-spacing: -0.05; */
    padding: 10px 0 0 5px!important;
    margin-top: 15px!important;
}

.voice-list-right .company-feature {
    padding: 10px 0 0 5px!important;
    font-size: 16px!important;
}

@media only screen and (max-width: 768px) {

    .voice-list-left {
        width: 70px;
        padding: 3px;
    }

    .voice-list-right {
        width: calc(100% - 70px);
    }

    .voice-list-right .company-name {
        font-size: 12.5px!important;
        letter-spacing: -0.01em!important;
        padding: 10px 0 0 5px!important;
        margin-top: 5px!important;
    }

    .voice-list-right .company-feature {
        font-size: 10px!important;
        /* letter-spacing: -0.05!important; */
        padding: 10px 0 0 5px;
        margin-top: 15px!important;
    }

    article.post.type-post:last-child {
        padding-bottom: 15px!important;
    }

    article.post.type-post {
        border-bottom: 1px solid #fff!important;
    }
}

@media only screen and (max-width: 400) {
    .voice-list-right .company-name {
        font-size: 12px!important;
        letter-spacing: -0.01em!important;
        padding: 10px 0 0 5px!important;
        margin-top: 5px!important;
    }
}