.wrapper {
    width: 100%;
  }
  h1 {
    margin-bottom: 20px;
  }
  .container {
    background-color: #fff;
    color: #5c5c5c;
    border-radius: 0;
    box-shadow: 0 5px 10px 0 rgb(0,0,0,.25);
    margin: 10px 0;
  }
  .question {
    font-size: 1rem;
    font-weight: 500;
    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: 10px;
    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;
    color: #575757;
    font-weight: 500;
  }
  @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%;
  }
  .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;
  }
  .bg-none {
    background: none !important;
    line-height: 25px !important;
    margin-bottom: 10px !important;
  }
  .answer p {
    margin: 15px 0!important;
    font-size: 15px;
    font-weight: 500;
  }
  .ast-button, .ast-custom-button, .button, .menu-toggle, button, input#submit, input[type=button], input[type=reset], input[type=submit] {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #fff;
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1em;
  }
  .question {
    line-height: 1.6em;
  }
  .entry-content h1, h1 {
    font-size: 40px;
    font-size: 2.6666666666667rem;
    line-height: 1.4em;
  }
  #pop-us {
    margin-top: 10px;
  }
  #faq-view {
    margin-top: 35px;
  }