

.mainFaqDiv{
    margin-top: 30px !important;
}
.faqCard{
    background: #F8F8F8 !important;
    border-radius: 10px;
    border: none;

}
.card{
    padding: 20px 25px !important;
}
.card-body {
    padding: 0px !important;
}
.answer{

    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #7C7C7C;
    margin-bottom: 0px !important;
    font-family: Gilroy-Regular;
    
}
.faqPointUp{
    margin-right: 10px;
    margin-top: 2px;
    width: 25x !important;
}
.faqPoint{
    height: 20px;
    width: 20px;
    border-radius: 50%;

background: -webkit-gradient(linear, left top, left bottom, from(#FF3C03), to(#FF602E));

background: -o-linear-gradient(top, #FF3C03 0%, #FF602E 100%);

background: linear-gradient(180deg, #FF3C03 0%, #FF602E 100%);
}

.question{
    font-family: Gilroy-SemiBold;
    font-size: 20px;
    line-height: 23px;
letter-spacing: 0em;

text-align: left;

}
@media only screen and (max-width: 600px) {

    .question{
        font-size: 19px;
    }

    .answer{

        font-size: 16px !important;
    }
    .card{
        padding: 15px 20px !important;
    }
  
}

@media only screen and (max-width: 500px) {
    .mainFaqDiv{
        margin-right: 7px !important;
    }
}