.rulls {
  display: flex;
  justify-content: space-between;
  padding: 24px 32px;
  grid-gap: 24px;
  gap: 24px;
  background-color: #ececec;
  align-items: flex-start;
}
.rulls .middle-panel {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 24px 16px 16px;
}
.rulls .middle-panel .heading {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  color: #000000;
  margin-bottom: 32px;
}
.rulls .middle-panel .list .notfound {
  font-weight: bold;
  text-align: center;
}
.rulls .middle-panel .list .item {
  border-radius: 8px;
  padding: 0px;
  position: relative;
  margin-bottom: 12px;
}
.rulls .middle-panel .list .item::before {
  content: " ";
  height: 100%;
  width: 4px;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 2px;
}
.rulls .middle-panel .list .item .caption {
  background: #f5f5f5;
  border: 0.5px solid #e0e0e0;
  display: flex;
  align-items: center;
  color: #000000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 20px 20px;
}
.rulls .middle-panel .list .item .caption svg {
  width: 20px;
  height: 20px;
  margin-right: 24px;
  transition: all 0.3s;
}
.rulls .middle-panel .list .item .caption svg.opened {
  transform: rotate(45deg);
}
.rulls .middle-panel .list .item .caption h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
}
.rulls .middle-panel .list .item .faqarea {
  padding: 26px;
}
.rulls .middle-panel .list .item .faqarea:not(.active) {
  display: none;
}
@media screen and (max-width: 767px) {
  .rulls .middle-panel .list .item .faqarea {
    padding: 15px;
    margin-top: 20px;
  }
}
.rulls .middle-panel .list .item .faqarea .listfaq {
  margin-bottom: 15px;
}
.rulls .middle-panel .list .item .faqarea .listfaq:last-child {
  margin-bottom: 0px;
}
.rulls .middle-panel .list .item .faqarea .listfaq .headfaq {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.rulls .middle-panel .list .item .faqarea .listfaq .headfaq img {
  width: 20px;
  margin-right: 10px;
}
.rulls .middle-panel .list .item .faqarea .listfaq .contentsfaq {
  padding: 22px;
  background: #f6f7ff;
  border: #e6e8f9 solid thin;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
}
.rulls .middle-panel .list .item .faqarea .listfaq .contentsfaq p {
  font-size: 16px !important;
  line-height: 26px !important;
}
.rulls .middle-panel .list .item .faqarea ul {
  padding: 10px 20px;
  text-indent: 10px;
}
@media screen and (max-width: 767px) {
  .rulls .middle-panel .list .item .faqarea ul {
    text-indent: 0px;
    padding: 10px 40px;
  }
}
.rulls .middle-panel .list .item .faqarea ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 10px;
  list-style-position: inside;
}
@media screen and (max-width: 767px) {
  .rulls .middle-panel .list .item .faqarea ul li {
    list-style: number;
  }
}
@media screen and (max-width: 768px) {
  .rulls .middle-panel {
    padding: 16px;
    width: 100%;
  }
  .rulls .middle-panel .middle-panel {
    min-width: auto;
    width: 100%;
  }
}
