.main-width.about-main {
    width: 1000px;
}

@media (max-width: 800px) {
    .main-width.about-main {
        width: auto;
    }
}

.ques-text {
    color: #5c5f60;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}

.ques-item {
    background-color: #f6f6f6;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    display: table;
    font-size: 14px;
}

.ques-item-right {
    width: calc(35% - 40px);
    color: #fe4646;
    margin-right: 25px;
    margin-left: 15px;
    font-weight: bold;
    margin-top: 28px;
    text-align: left;

}

.ques-item-center {
    height: 125px;
    width: 2px;
    background-color: #c1c1c1;
    margin-top: 22px;
    margin-bottom: 22px;

}

.ques-item-left {
    width: calc(65% - 45px);
    text-align: justify;
    margin-right: 15px;
    margin-left: 25px;
    margin-top: 28px;
}