.holder {
  padding: 40px 30px 20px;
}
.holder p.h {
  font-size: 8vw;
  text-align: center;
  font-weight: 600;
  line-height: 1.1;
}
.holder p.sh {
  font-size: 12px;
  text-align: center;
  margin: 20px 0;
  padding: 0 20px;
}
.holder .cat {
  padding: 30px 0 30px;
}
.holder .cat p.hh {
  font-weight: 600;
}
.holder div.q {
  position: relative;
  z-index: 0;
  margin: 20px 0 0;
  min-height: 30px;
  cursor: pointer;
  overflow: hidden;
}
.holder div.q::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.holder div.q p {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.holder div.q p.q {
  font-size: 13px;
  padding-right: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.holder div.q:not(.active) p.a {
  margin: -100px 0 0;
  opacity: 0;
}
.holder div.q:not(.active) .arrow {
  transform: rotate(-180deg);
}
.holder div.q p.a {
  margin: 20px 0;
  opacity: 1;
  font-size: 12px;
  transition: all 0.5s ease;
}
.holder div.q .arrow {
  position: absolute;
  top: 4px;
  right: 0;
  transition: transform 0.5s ease;
}
.holder div.q .arrow img {
  width: 15px;
  display: block;
}

@media screen and (min-width: 1024px) {
  .holder {
    max-width: 1024px;
    padding: 50px 30px;
    margin: 0 auto;
  }
  .holder p.h {
    font-size: 34px;
  }
  .holder p.sh {
    max-width: 320px;
    padding: 0;
    margin: 30px auto 0;
  }
  .holder .cat {
    padding: 50px 0 15px;
  }
  .holder div.q {
    min-height: 40px;
    margin: 25px 0 0;
  }
  .holder div.q p.q {
    font-size: 14px;
  }
  .holder div.q p.a {
    font-size: 13px;
  }
  .holder div.q .arrow {
    top: 0;
  }
  .holder div.q .arrow img {
    width: 20px;
  }
}/*# sourceMappingURL=faq.css.map */