@charset "UTF-8";
/* CSS Document */


/* ACCORDION STYLE CODE  */



 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #ffffff!important;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}






.bg-primary {
    background-color: #ffffff!important;
}


div#accordion

{
padding-left: 20px;    
}


div#accordion h1

{
font-size: 40px;    
}





