#BlocQA {
    padding: 0 48px;
}

#BlocQA h2 {
    margin-left: 0px;
}
.blocQA {
    border: #EBEBEB solid 1px;
    box-sizing: border-box;
}

.answer {
    margin: 16px 16px 16px 56px;
    background-color: #F7F7F7;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
}

.answer p {
    padding: 16px 16px 0;
    margin-bottom: 8px;
}

.question {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #4D4D4D;
    padding-left: 16px;
    padding-top: 16px;
}

small {
    color: #9C9C9C;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.answeredBy {
    padding: 0 8px 16px 16px;
}

strong {
    color: #4D4D4D;
}

h2 {
    margin: 0 0 16px 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #4d4d4d;
}
