.header-question {
    width: 100%;
    height: 60px;
    background-color: #505050;
    display: flex;
    align-items: center;
}
.header-question p {
    margin-left: 30px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
}
.content-question {
    padding: 40px 50px;
}
.content-question__box {
    border: 1px solid #707070;
    margin-bottom: 40px;
}
.content-question__title {
    background-color: #000000;
    padding: 10px 40px;
}
.content-question__title p {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
}
.content-question__content {
    padding: 20px 40px;
    font-weight: 300;
}
.content-question__content p,
.content-question__footer p {
    font-size: 16px;
    line-height: normal;
}
.content-question__content p a,
.content-question__footer p a {
    color: #225EFF;
    text-decoration: underline;
}
.content-question__footer {
    background-color: #E9E9E9;
    padding: 30px 40px;
    border: 1px solid #707070;
}
