#q1 .quote-answer__list .q-btn {
    width: 100%;
}

#q3 .quote-answer__list .q-btn {
    width: 100%;
}
#q3 .quote-answer__list:after{
    width: 24%;
    content:"";
}

#q4 .quote-answer__list .q-btn {
    width: 100%;
}

#q5 .quote-answer__list .q-btn {
    width: 100%;
}

#q6 .quote-answer__list .q-btn {
    width: 100%;
}
#q7 .quote-answer__list .q-btn {
    width: 100%;
}

.q-tag input[type="number"],
.q-tag input[type="date"],
.q-tag input[type="text"]
{
    text-align: center;
    width: 100px;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 20px;
    transform: scale(1.2);
    font-size: 20px;
    border: 2px solid #eee;
}
.q-tag input[type="date"]{
    width: 200px;
}
.q-tag input[name="q2"],
.q-tag input[name="q7"]{
    width: calc(100% - 40px);
    max-width: 80%;
}