@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');

body{
   margin-top: 33px;
}
.btn{
   background: #97dfc6;
   color: white;
   padding: 20px 30px;
   font-size: 18px;
   line-height: 18px;
   border-radius: 0.25em;
}

a{
   text-decoration: none;
   font-family: "Poppins";
}

.box{
   width: 320px;
   margin: 30px auto;
   background: #97dfc6;
   border-radius: 7px;
   box-shadow: 1px 2px 4px rgba(0,0,0,.3);
}

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

.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: "Poppins";
   font-size: 14px;
   letter-spacing: 1px;
   cursor: pointer;
}

details summary{
   outline: none;
}

details p{
   margin-top: 20px;
}
