@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');

body{
   background: #f6f6f6;
}

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

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

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

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

details{
   background: #f6f6f6;
   padding: 10px 20px;
   border-radius: 7px;
   margin-top: 20px;
   font-family: sans-serif;
   font-size: 14px;
   cursor: pointer;
}

details summary{
   outline: none;
   color: #000000;
}

.lis {
   color: #523c95 !important;
}

.text {
   color: #523c95 !important;
}

@media (max-width: 992px) {

    .box {
        width: 300px;
    }

    .box .heading{
        padding: 5px;
        
     }

     .heading {
        font-size: 14px;
     }

     .lis {
        font-size: 10px;
     }
}