#faq {
    background-color: inherit;
    padding: 20px;
  }

  #faq .faq-header {
    text-align: center;
  }

  #faq .faq-header h3 {
    text-align: center;
    font-family: inherit;
    font-size: 1.4em;
    font-weight: 500;
    color: inherit;
    font-style: normal;
  }

  #faq .faq-info {
    display: flex;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  #faq .faq-info .column {
    list-style: none;
    width: 50%;
  }

  #faq .faq-info .column ul{
    list-style: none;
  }
  
  #faq .faq-info ul .inner .question ol {
    padding-left: 20px;
  }

  #faq .faq-info .column h3 {
    text-align: center;
    font-family: inherit;
    font-size: 1.4em;
    font-weight: 500;
    color: inherit;
    font-style: normal;
  }

  #faq .faq-info .column ul h3 {
    text-align: center;
    font-family: inherit;
    font-size: 1.4em;
    font-weight: 500;
    color: inherit;
    font-style: normal;
  }

  #faq .faq-info .column ul li {
    margin: .5em .6em;
  }

  #faq .faq-info .column ul li .contact-support-btn:hover {
    opacity: .7;
  }

  #faq .faq-info .column ul li a {
    color: inherit;
  }

  #faq .faq-info .column ul li a.toggle {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: .75em .75em .75em .95em;
    border-top-right-radius: .2em;
    border-top-left-radius: .2em;

    -ms-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    background: #e4e4e447;
  }

  #faq .faq-info .column ul li a.toggle:active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: inherit;
    color: inherit;
    font-weight: 500;
  }

  #faq .faq-info .column ul li .inner {
    padding: 1em;
    overflow: hidden;
    display: none;
    line-height: 1.5em;
    color: inherit;
    border-top: none;
    border-bottom-right-radius: .2em;
    border-bottom-left-radius: .2em;
    background-color: #e4e4e436;
  }

  #faq .faq-info .column ul li .inner .steps {
    width: inherit;
    list-style: disc;
    padding-left: 20px;
  }

  @media (max-width:950px) {
    #faq .faq-info {
      flex-direction: column;
    }

    #faq .faq-info .column {
      width: 100%;
    }
    #faq .faq-info .column ul {
      width: 80%;
      margin: 0 auto;
    }
  }

  @media (max-width:600px) {
    #faq .faq-info .column ul {
      width: 90%;
      padding: 0;
    }
    #faq .faq-info .column ul li .contact-support-btn {
      width: 100%;
    }
  }

  .contact-support-btn {
    font-family: inherit;
    border: 2px solid ;
    background-color: inherit;
    color: inherit;
    border-radius: 2px;
    font-size: 16px;
    padding: 10px 60px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    padding: 5px 10px;
    text-align: center;
    display: block;
    margin: 10px auto;
    max-width: fit-content;
    -ms-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    font-style: normal;

  }

  .contact-support-btn:hover,
  .contact-support-btn:focus {
    outline: none;
    transform: translateY(-1px);
  }

  a.link {
    text-decoration: none;
    font-style: italic;
    color: inherit;
  }

  .launcher-button {
    display: none !important;
  }

  .contact-support {
    text-align: center;
    
  }
  .contact-support i {
    color: inherit;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    display: block;
  }