@media (max-width: 1024px) {
#question .question-title{
    height:140px;
    padding:0 30px;
}
#question .question-title .title {
    font-size: 87px;
}
#question .question-title img {
    width: 90px;
}
#question .acd-label {
    padding: 30px;
    font-size: 20px;
}
#question .acd-label::after{
    font-size:35px;
}
#question .acd-check:checked + .acd-label + .acd-content-2line, #question .acd-check:checked + .acd-label + .acd-content-3line, #question .acd-check:checked + .acd-label + .acd-content-5line, #question .acd-check:checked + .acd-label + .acd-content-big{
    padding:0 30px 30px 30px;
}


}/*-- max-width:1024 end --*/





@media (max-width: 754px) {

#question .question-title{
    padding:0 20px ;
}
#question .question-title .title {
    font-size: 60px;
}
#question .question-title img {
    width: 70px;
}
#question .question-title {
    height: 120px;
}
#question .acd-label {
    padding: 12px 20px;
    font-size: 16px;
    width: 93%;
}
#question .acd-label::after{
    right:-14px;
}
#question .acd-label::after{
    font-size:20px;
}
#question .acd-check:checked + .acd-label + .acd-content-2line, #question .acd-check:checked + .acd-label + .acd-content-3line, #question .acd-check:checked + .acd-label + .acd-content-5line, #question .acd-check:checked + .acd-label + .acd-content-big{
    padding:0 20px 20px 20px;
    line-height:25px;
}







}/*-- max-width:754 end --*/
