.wrapper {
  width: 100%;
}
h1 {
  margin-bottom: 20px;
}
.container {
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
  margin: 10px 0;
}
.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px 80px 10px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  top: 5px;
  right: 20px;
  transition: 0.2s;
}
.question.active::after {
  transform: rotate(45deg);
}
.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.answer {
  padding: 0 20px 5px;
  line-height: 1.5rem;
}
@media screen and (max-width: 790px) {
  html {
    font-size: 14px;
  }
  .wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9000px) {
  #accord-02 {
    display: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #accord-01 {
    display: none;
  }
}
.accord-main-content {
  width: 100%;
  padding-bottom: 50px;
}
.center-style {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#accord-02 {
  width: 100%;
}
button.pop-css {
  background: 0 0;
  color: #000;
  font-size: 16px;
}
div#\32 nd-accord-faq-style {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  height: 60px;
  text-align: center;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
button#pop-us {
  font-size: 20px;
  font-weight: 600;
  transform: translate(0px, -20px);
  background: black;
  color: #fff;
  border-radius: 100px;
}
span.full-label {
  color: black;
  font-weight: 700;
  font-size: 26px;
}