.Custom-question {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px 20px;
    background-color: transparent;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
}
.css-question-l {
    margin-right: 2%;
    float: left;
}
.css-qtb {
    min-height: 1px;
    line-height: 28px;
    font-size: 16px;
    text-align: left;
    position: relative;
    width: 8.5px;
    float: left;
}

.css-qtbnum {
    color: rgb(107, 78, 59);
    font-weight: 700;
    /*font-size: 14px;
    line-height: 22px;*/
    min-height: 0.01px;
    margin: 0px;
    position: absolute;
    right: 0px;
}
.css-question-r {
    position: relative;
    width: 100%;
    margin-right: 0px;
    float: right;
}
.css-question-t {
    position: relative;
    width: 100%;
    margin-left: 0px;
    float: left;
}
.css-question-tb {
    color: rgb(107, 78, 59);
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    min-height: 0.01px;
    margin: 0px 0px 0.35em;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
}
.css-question-tb2 {
    display: flex;
}
.css-question-title {
    line-height: 1.4;
    min-width: 0px;
}