.box{
   width: 100%;
   /* margin: 100px auto; */
   /* background: #fff; */
   /* border-radius: 7px;
   box-shadow: 1px 2px 4px rgba(0,0,0,.3); */
}

.box .heading{
   background: #7800CF;
   border-radius: 7px 7px 0px 0px;
   padding: 10px;
   color: #fff;
   text-align: center;
   font-family: "Rubik";
}

.faqs{
   padding: 0px 20px 20px;
}

.text{
  font-size: 16px;
  text-align: left;
  margin-top: 15px;
}
.faqs details{
  color: #5A6977;
  border-color: #3878BD;
    border: 2px solid;
}

::-webkit-details-marker{
   float: right;
   margin-top: 3px;

}

details{
   background: #f6f6f6;
   padding: 20px 20px;
   border-radius: 7px;
   margin-top: 10px;
   font-family: "Rubik";
   font-size: 14px;
   letter-spacing: 1px;
   cursor: pointer;
}

details summary{
   outline: none;
}
