.innerpage-banner .page-heading {
  font-family: 'Bebas Neue' !important;
  color: #fff;
  font-size: 60px;
  margin: 0;
  font-weight: 400;
  line-height: 78px;
  letter-spacing: 1px; }
  @media screen and (max-width: 1023px) {
    .innerpage-banner .page-heading {
      font-size: 40px; } }
  @media screen and (max-width: 550px) {
    .innerpage-banner .page-heading {
      font-size: 36px;
      line-height: unset; } }

.innerpage-banner {
  position: relative; }

.innerpage-banner img {
  display: none; }
  @media screen and (min-width: 1024px) {
    .innerpage-banner img {
      display: block; } }

@media screen and (min-width: 1024px) {
  .innerpage-banner .innerpage-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    width: 100%; } }

@media screen and (max-width: 1023px) {
  .innerpage-banner {
    background-image: url("https://cdn11.bigcommerce.com/s-ss0jklq92t/images/stencil/original/image-manager/faqs-hero-banner-2x.png?t=1709273436");
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; } }

@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .innerpage-banner .innerpage-title {
    padding: 60px 0; } }

.custom-accordion {
  margin-bottom: 18px;
  overflow: hidden;
  border-bottom: 1px solid #ADADAD; }

.accordion-title {
  background-color: #f1f1f1;
  padding: 0 0 18px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.accordion-content {
  padding: 0 0 16px;
  display: none; }

.faqs-title, .faqs-desc {
  margin: 0; }

.faq-body .page-content {
  width: 85%;
  margin: 0 auto;
  float: unset;
  padding: 0; }

.accordion-title .faqs-title {
  text-transform: inherit;
  font-size: 20px;
  font-weight: 600;
  width: 90%; }
  @media screen and (max-width: 1260px) {
    .accordion-title .faqs-title {
      font-size: 18px !important; } }
  @media screen and (max-width: 800px) {
    .accordion-title .faqs-title {
      font-size: 16px !important; } }

.accordion-title.accordion-active img {
  transform: rotate(180deg); }

.custom-accordion.last {
  border-bottom: 0;
  margin-bottom: 4rem; }

p.faqs-desc {
  line-height: 26px; }
  @media screen and (max-width: 1260px) {
    p.faqs-desc {
      font-size: 18px !important; } }
  @media screen and (max-width: 800px) {
    p.faqs-desc {
      font-size: 16px !important; } }

.accordion-title.accordion-active + .accordion-content {
  padding-top: 8px; }

.faq-body .breadcrumb-label, .faq-body .breadcrumb-label span {
  font-size: 18px;
  color: #222222;
  font-family: 'Roboto'; }
  @media screen and (max-width: 1609px) {
    .faq-body .breadcrumb-label, .faq-body .breadcrumb-label span {
      font-size: 16px; } }

.faq-body .breadcrumbs {
  margin: 2.75rem 0 2.85rem;
  display: block; }

.faq-body .breadcrumb:not(:first-child)::before {
  border-right: 0.1em solid #222222;
  height: 14px;
  margin: 0 0.75rem; }

.faq-body + .body-bg-color .aboutus-contactus {
  width: 78%; }

.faq-body .body-bg-color .aboutus-contactus {
  width: 98%;
  margin: 0 auto; }
