/* Top */
.taxonomy-page .top__text {
  max-width: 1040px;
}

/* Banners */
.term-banners {
  gap: 0;
  margin-top: -11%;
  margin-bottom: 89px;
}

.term-banner__image-wrapper {
  border-radius: 37px;
  overflow: hidden;
  flex: 1;
}

.term-banner__image-wrapper:first-child {  
  padding-top: 25%;
  flex: 0.912
}

.term-banner__image-wrapper:last-child {
  padding-top: 21.5%;
  margin-inline-start: -71px;
}

.tax-sector .top {
  padding-bottom: calc(11% + 46px);
}

/* Inner content */
.term__text  {
  margin-bottom: 73px;
}

.faqs__section {
  max-width: var(--text-column-width);
  margin-bottom: 72px;
}

.term__content .line-after:after {
  width: 118px;
}

/* Technologies */
.technologies__title  {
  margin-bottom: 37px;
}

.term__technologies  {
  margin-bottom: 80px;
  max-width: var(--text-column-width);
}

/* Team */
.term__team {
  margin-bottom: 48px;
}

.term-team__title {
  margin-bottom: 22px;
}

/* Other sectors */
.term-siblings__section {
  padding-top: 80px;
  padding-bottom: 63px;
}

.term-siblings__title {
  margin-bottom: 65px;
}

.term-siblings__title:after {
  width: 80px;
  border-width: 4px;
  margin: 6px 0;
}

.term-sibling {
  margin-bottom: 29px;
  padding-inline-start: 10px;
  background: url('../../images/bullet-black.svg') left 0 top 50% no-repeat;
  background-size: 5px;

  [dir="rtl"] & {
    padding-inline-start: 15px;
    background: url('../../images/bullet-black-he.svg') right 0 top 50% no-repeat;
  }
}

.term-siblings {
  columns: 3;
  max-width: 1177px;
  gap: 80px;
}

/* Services */
.tax-service .top {
  padding-bottom: 100px;
}

.tax-service .term__content  {
  margin-top: 100px;
}

/* FAQs */
.faqs__title {
  margin-bottom: 22px;
}

.faqs__title:after {
  margin-top: 9px;
}


@media (max-width: 1000px) {
  /* Top */
  .taxonomy-page .top {
    padding-top: var(--header-height, 140px);
  }

  .taxonomy-page .breadcrumbs {
    margin-bottom: 16px;
  }

  .taxonomy-page .top__text {
    margin-top: 12px;
  }

  .term-banners {
      margin-bottom: 50px;
  }

  /* Service */
  .tax-service .top {
    padding-bottom: 40px;
  }

  .tax-service .term__content {
    margin-top: 40px;
  }


  /* Text */
  .term__text {
    margin-bottom: 50px;
  }

  .term__content .line-after:after {
    margin: 10px 0;
  }

  /* Technologies */
  .technologies__title {
    margin-bottom: 27px;
  }

  .term__technologies {
    margin-bottom: 52px;
  }

  /* Team */
  .term__team {
    margin-bottom: 66px;

    .member-carousel__wrapper {
      margin-inline-start: calc(-1 * var(--side-padding));
    }
  }

  /* Section */
  .term-siblings__title {
    margin-bottom: 29px;
  }

  .term-siblings {
    columns: 1;
  }

  .term-sibling {
    margin-bottom: 19px;
  }

  .term-siblings__section {
    padding-bottom: 45px;
  }
}

@media (max-width: 600px) {
  .tax-sector .top {
    padding-bottom: calc(37% + 30px);
  }

  
  /* Banners */

  .term-banner__image-wrapper:first-child {
    padding-top: 71%;
    width: 100%;
  }

  .term-banner__image-wrapper:last-child {
    display: none;
  }

  .term-banners  {
    display: block;
    margin-top: -37%;
  }

  /* FAQ */
  .faqs__title {
    margin-bottom: 16px;
  }
}