.faqs{
max-width: 1360px;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
}

button.freq-Question:hover{
border-top:0;
border-left:0;
border-right:0;
border-bottom:1px solid #444443;
}
.freq-Question {
  background-color: #fff;
  color: #444443;
  cursor: pointer;
  padding: 20px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
border-bottom:1px solid #e4e4e4;
}

.active, .freq-Question:hover {
  background-color: #fff;
color:#444443;
}

.freq-Question:after {
  content: '\002B';
  color: #444443;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
padding: 0 18px;
font-size:16px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
line-height:24px;
}
.panel p:nth-child(1){
margin-top:10px;
}
.panel ul{
margin-left: 30px;
    padding-left: 10px;
}
.panel ul li{
list-style-type:disc;
}
.faqs h2{
margin-top:20px;
}