body{
    background-color: hsl(275, 100%, 97%);
    font-family: 'Work Sans', serif;
}
.faq{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    width: 30%;
    background-color: hsl(0, 0%, 100%);
    place-self: center;
    padding: 20px;
    height: auto;
    border-radius: 10px;
}
.title{margin: 0%;
    display: flex;
    width: 20%;
    justify-content: space-between;
}
.ques{
    display: flex;
    flex-direction: column;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid hsl(275, 100%, 97%);
}
#ques4{
    border: none;
    padding-bottom: 0px;
}
.line, .line1{
    display: flex;
    justify-content: space-between;
}
h1{
    color: hsl(292, 42%, 14%);
    font-weight: 700;
}
.ans{
    color: hsl(292, 16%, 49%);
    font-size: 14px;
    font-weight: 400;
    margin: 0%;
}
.p{
    margin: 15px 0 10px 0;
   font-size: 16px;
   font-weight: 600;
   color: hsl(292, 42%, 14%); 
}
.p:hover{
    color: hsl(293, 61%, 37%);
    cursor: pointer;
}
#ans2, #ans3, #ans4{
    display: none;
    color: hsl(292, 16%, 49%);
    text-align: left;
}
#plus1, #minus2, #minus3, #minus4{
    display: none;
}