.plus-icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.minus-icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}

@media screen and (max-width: 575px) {
    .fqa_section_title h2{
        font-size: 30px;
        line-height: 38px; 
    }
    .fqa_section_hero_question h3{
        font-size: 16px;
    }
    .fqa_section_hero_question p{
        font-size: 14px;
    }
    
}