@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


.accordion {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: transparent;
}

.accordion:after {
    content: '\002B';
    color: #ffffff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 18px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
      color: white;
	     padding-top: 0px; 
}

.accordian {
    padding: 100px 0px;
}

.faqq-image {
    text-align: center;
}
.faqq-image img {
    width: 6%;
}
.faqq-image h2 {
    font-family: "Libre Baskerville", serif;
    color: white;
    font-size: 60px;
}

button.accordion {
    font-family: "Work Sans", serif;
    color: white;
    font-size: 18px;
}


























