/*
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 17, 2023, 3:12:15 AM
    Author     : AllyCat
*/

@font-face {

    font-family: OswaldLight;
    src: url(../CSSFonts/Oswald-Light.ttf);
}

@font-face {

    font-family: NunitoSans;
    src: url(../CSSFonts/NunitoSans_10pt-Light.ttf);
}

.medium_AboutQuestions_ListIcon,
.small_AboutQuestions_ListIcon{

    width: 20px;
    height: 20px;
    margin-right: 5px;

}

.MediumArrowBulletIcon{
    width: 40px;
    height: 40px;
}

#Medium_Table_AboutQuestions {

    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

#Medium_Table_AboutQuestions h2 {
    font-family: OswaldLight;
    margin: 0px;
    font-size: 40px;

}

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

    #Section_AboutQuestions {

        padding: 0px;

    }

}

