#header .header-wrapp .header-end,
#footer{
    display: none !important;
}

#header .header-start .logo {
    width: 183px;
    height: 60px;
}

.question-uptitle {
    font-weight: 500;
    font-size: 20px;
    color: #EB2135;
    padding: 0;
    margin-bottom: 10px;
}

.explanation-body p {
    line-height: 20px;
}

.explanation-body ul {
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 13px;
}

.explanation-body li {
    list-style-type: none;
    font-weight: 500;
    color: #131313;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.explanation-body li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 500px;
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #EB2135;
}