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

.faq-heading{
    border-bottom: white;
    padding: 20px 60px;
}

.faq-container{
background-color: #20242c;
}

body {
font-family: 'Montserrat', sans-serif;

  background-color: #20242c;
}

.hr-line{
  width: 60%;
  margin: auto;
  background-color: white;
  
}
/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    /* background-color: #any u like -Huz; */
    color: white;
    cursor: pointer;
    padding: 30px 30px;
    width: 60%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;

}

h1 {
  color: white;
}

p {
  color: white;
    font-size: 20px;
  position: center;
  
}



.faq-body{
    margin: auto;
    /* text-align: center; */
   width: 50%;
   padding: auto;
   
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) -Huz*/
.active,
.faq-page:hover {
}

/* Style the faq-page panel. Note: hidden by default */
.faq-body {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}

.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
color: white;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796";
  color: white;
    /* Unicode character for "minus" sign (-) */
}

button a{
  font-family: 'Montserrat', sans-serif;

  color:inherit;
text-decoration:none;
}

.jumbotron {
  padding-top: 50px;
  font-size: 20px;
  height: 20px;
  padding-right: 100px;
  /*   line-height: 150px; */
  text-align: right;
}
.jumbotron button {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 8px 26px;
  border-radius: 10px;
  cursor: pointer;

  transition: 0.4s;
}