  .helpful {
    background: #f5f5f5;
    padding: 24px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.helpful .text-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.helpful .text-center label {
    margin: 0;
    cursor: pointer;
}

.helpful .options {
    margin-left: 40px;
    display: flex;
    align-items: center;
}

.helpful .options input[type="radio"] {
    margin-left: 10px;
}


.helpful .options input[value="yes"] {
    margin-right: 24px;
}