.content {
    width: calc(100% - 320px);
    margin: auto;
    padding: 60px 0px 100px 0px;
}

.form-questions {
    width: 100%;
    margin-bottom: 20px;
}

.questions-title {
    letter-spacing: 0.05em;
    font-size: 18px;
    padding-bottom: 10px;
}

.questions-subtitle {
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 200%;
    padding-bottom: 20px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #E9EBF1;
    white-space: pre-line;
}

.btn-footed {
    padding-top: 40px;
    text-align: center;
}

.questions-edit-btn {
    width: 600px !important;
    padding: 0 234px 0 234px;
    white-space: nowrap;
    border-radius: 24px;
}

.questions-edit-btn:focus {
    border: 2px solid #6F8AE4;
    outline: 0;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 830px) {
    .content {
        width: 100%;
        padding: 60px 0px 80px 0px;
    }
    .btn-footed {
        padding-top: 20px;
    }
    .questions-edit-btn {
        width: 290px !important;
        height: 60px !important;
        font-size: 16px;
        padding: 0 0px 0 0px;
        border-radius: 30px;
        line-height: 58px;
    }
}
