.faqs{
max-width: 1360px;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
}
.faqs p{
font-size:16px;
}

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;
}
.panel ol:nth-child(1){
margin-top:10px;
}
.panel ol li{
list-style-type: decimal;
}
.panel ol ul li{
list-style-type: none;
}
.panel ol li::marker{
font-variant:lining-nums;
}
.faqs h3{
margin-top:20px;
}
.returnsInfo p{
margin:5px 0;
}
.returnsInfo td {
    padding: 0 1em 0 0;
}
.returnsInfo ol {
   margin: 0;
}
.returnsInfo ol:nth-child(1){
margin:0;
}