.header {
  background-image: url('../img/plumbing-professional-doing-his-job_23-2150721518-2.webp');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.header::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: #0096dbb0;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-13);
}

.FAQ {
  background-color: #FCFCFC;
}

.FAQ .accordion-button:not(.collapsed)::after {
  background-image: url('../img/remove_24dp_000000_FILL0_wght400_GRAD0_opsz24.svg');
  background-size: 100%;
  width: 30px;
  height: 30px;
}

.FAQ .accordion-button:not(.collapsed) {
  background-color: #f6882e;
  color: black;
  box-shadow: none;
}

.FAQ .accordion-button:focus {
  box-shadow: none;
}

.FAQ .accordion-button::after {
  background-image: url('../img/add_24dp_000000_FILL0_wght400_GRAD0_opsz24.svg');
  background-size: 100%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.fixed-bar {
  display: flex;
}