@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.faq {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .faq .one-item {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 2px; }
    .faq .one-item .title {
      font-weight: 400;
      font-size: 24px;
      line-height: 31px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      position: relative;
      padding: 14px;
      padding-left: 30px;
      border: none;
      width: 100%;
      border-radius: 16px;
      text-transform: initial;
      text-align: left;
      white-space: normal;
      background-color: #fafafa;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      color: black; }
      .faq .one-item .title .roll {
        transition: 0.2s;
        -webkit-transition: 0.2s;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        flex: none;
        order: 1;
        flex-grow: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 15px; }
        .faq .one-item .title .roll .caret {
          transition: 0.3s;
          -webkit-transition: 0.3s;
          width: 20px;
          height: 20px;
          background-image: url(/img/faq-caret.svg);
          background-size: contain;
          background-repeat: no-repeat; }
        .faq .one-item .title .roll.open .caret {
          transform: rotateX(180deg); }
      .faq .one-item .title:hover, .faq .one-item .title:focus {
        transform: none;
        background-color: #c17410;
        color: #fff; }
    .faq .one-item .item-body {
      display: none;
      padding: 20px;
      padding-left: 30px; }

@media (max-width: 575.5px) {
  .faq .one-item {
    margin-bottom: 20px; }
    .faq .one-item .title {
      font-size: 18px;
      line-height: 20px;
      padding: 10px 15px; }
      .faq .one-item .title .roll {
        width: 32px;
        height: 32px; }
    .faq .one-item .item-body {
      padding: 15px 15px 10px 15px; }
      .faq .one-item .item-body .line {
        margin-bottom: 20px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .faq .one-item {
    margin-bottom: 20px; }
    .faq .one-item .title {
      font-size: 20px;
      line-height: 30px;
      padding: 10px 15px; }
      .faq .one-item .title .roll {
        width: 36px;
        height: 36px; }
    .faq .one-item .item-body {
      padding: 15px 15px 10px 15px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .faq .one-item .title {
    padding: 10px 20px;
    font-size: 20px; }
  .faq .one-item .item-body {
    padding: 20px 20px 15px 20px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .faq .one-item .title {
    padding: 10px 20px; }
  .faq .one-item .item-body {
    padding: 20px 20px 15px 20px; } }

/*# sourceMappingURL=faq.css.map */
