*{
    font-family: 'Titillium Web', sans-serif;;
}

.title{
    color: #212121;
    font-size: 1.5em;
    font-weight: bolder;
    margin-left: 50px;

}

.blue_line{
    width: 35px;
    height: 3px;
    background-color: blue;
    margin-left: 50px;
    border-radius: 5px;
    margin-top: -10px;
    margin-bottom: px;
}
#container6{
    margin-top: 100px;
    background-color: rgb(246,249,255);
}
#sub_container6{
    width: 60%;
    /* border: 1px solid red; */
    margin: auto;
    margin-top: 30px;
}
.faq_q{
    display: flex;
    justify-items: center;
    cursor: pointer;
    margin-top: 22px;
    /* border: 1px solid red; */
}
.arrow{
    width: 20px;
    height: 9px;
    margin-top: 2px;
    margin-right: 5px;
}
.line{
    background-color: lightslategray;
    width: 100%;
    height: 0.06px;
    margin-top: 0px;
}
.ans{
    margin: 0px 0px 5px 0px;
    font-size: 14px;
}
.ques{
    font-size: 14px;
    color: #606060;
    font-weight: 550;
    margin-top: 0px;
}