.a2c-custom-list-block {
    padding-top: 20px;
}

.a2c-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 15px;
    border-top: 1px solid #707070;
}

.a2c-list-item:last-of-type {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.a2c-list-item-title {
    font-size: 19px;
    font-weight: 700;
    hyphens: auto;
}

.a2c-list-item-content {
    font-size: 17px;
    font-weight: 500;
    text-align: right;
    hyphens: auto;
}

@media only screen and (max-width: 1280px) {
    .a2c-list-item-title {
        font-size: 19px;
    }
    
    .a2c-list-item-content {
        font-size: 17px;
    }
}

@media only screen and (max-width: 768px) {
    .a2c-list-item {
        padding: 15px 5px;
    }
}