/*
.bx-ie .faq-items.flex-grow-1 {
  flex-basis: 0px;
}
*/

/* in detail */
#bx_incl_area_17 > div.maxwidth-theme > div > div > div.maxwidth-theme > div > div > h3 > a > span.index-block__link {
display: none;
}

.index-block__title-wrapper.index-block__title-wrapper--mb-35 {
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: center !important;
    position: relative !important;
    align-content: stretch !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;

}

.faq-help-block:before {
pointer-events: none;
  content: "";
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 182px;
  opacity: 0.3;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
   border-radius: 12px;
}
.faq-help-block {
  margin-left: 3rem;
   background: linear-gradient(45deg, black, var(--theme-base-color));
    background-size: cover;
    border-radius: 12px;
    padding: 24px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
position: relative;
height: 440px;
}


.detail-block .faq-list .accordion-head {
  padding: 24px 86px 16px 31px;
}
.faq__block {
background-color: white;
    border-radius: 0.5rem;
    box-shadow: 4px 4px 9.9px 0px rgba(0, 0, 0, 0.25);
    padding: 1.25rem 3.37rem;
    margin: 3.751rem 0;
}
.detail-block .faq-list .accordion-head .svg-inline-right-arrow {
  right: 28px;
  top: 28px;
}
.detail-block .faq-list .accordion-preview {
  margin-top: 9px;
  margin-bottom: 19px;
}
.detail-block .faq-list .accordion-line {
  top: 31px;
  height: 11px;
}

.faq-items .accordion {
  background-color: var(--black_bg_black);
}

@media screen and (max-width: 767px) {
	.faq-help-block:before {
   border-radius: 0px !important;
}
.faq-help-block {
    border-radius: 0px !important;
}
  .accordion--column-left .item-accordion-wrapper:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .accordion--column-right .item-accordion-wrapper:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 600px) {
  .detail-block .faq-list .accordion-head {
    padding: 22px 86px 16px 20px;
  }
  .detail-block .panel-collapse .accordion-body {
    padding: 0px 20px 0px 20px;
  }
  .detail-block .faq-list .accordion-preview,
  .detail-block .faq-list .accordion-preview > p:last-of-type {
    margin-bottom: 0px;
  }
	.faq-help-block {
margin-left: 0rem;
}
	.faq__block {
    padding-top: 2rem;
padding-left: 0rem !important;
padding-right: 0rem !important;
}
}
