.FAQ-box .FAQ-header{
    font-size: 40px;
    font-weight: bold;
    color: #dc8cdb;
    border-bottom:solid 1px #dc8cdb;
}
.FAQ-box .asked{
    font-size: 20px;
    font-weight: bold;
    color: black;
}
.FAQ-box .questions{
    font-size: 15px;
    font-weight: bold;
    color: rgb(73, 73, 73);
    text-indent: 30px; 
}
.FAQ-box .item{
    margin: 5px;
    margin-bottom: 20px
}