/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Sep 22, 2023, 6:07:18 PM
    Author     : AllyCat
*/

#Small_Table_AboutQuestions h2 {

    margin: 0px;
   
}

#Small_Table_AboutQuestions {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 320px;
    margin: auto;
}


@media only screen and (max-width: 641px) {

    #Medium_Table_AboutQuestions{
        display: none;
    }

    #Small_Table_AboutQuestions{
        display: block;
    }

}

@media only screen and (max-width: 345px) {


    #Small_Table_AboutQuestions{
        width: 100%;
        font-size: 12.5px;
       
    }

}
