.logo {
  position: relative;
  z-index: 900;
}

.faq_header .container-breadcrumbs {
  margin-top: 28px;
}
.faq-content_container {
  background: white;
}
.faq-content {
  width: 100%;
  display: flex;
  justify-content: start;
  flex-direction: column;
  margin-top: 83px;
}
.faq-content_title {
  margin-bottom: 43px;
}
.faq-list {
  width: 100%;
  max-width: 1320px;
  border-radius: 20px;
  box-shadow: 0px 12px 56px 0px #061c3d14;
  margin-bottom: 28px;
  padding: 20px 24px 31px 24px;
  margin-top: 53px;
}
.faq-list_item.active-item .item-header .item-text {
  color: #fff !important;
}
.faq-list_item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 12px;
  border-bottom: 1px solid #f5f6f7;
  padding-bottom: 30px;
}
.active-item {
  border: none;
}
.item-header {
  display: flex;
  justify-content: space-between;
  border-radius: 12px 12px 0 0;
}
.active-item .item-header {
  background: #009d97;
}

.item-header img {
  transition: transform 0.3s ease;
}

.active-item .item-header img {
  transform: rotate(-45deg);
  filter: brightness(0) invert(1);
}

.faq-list_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.item-text {
  margin: 24px;
  font-weight: 400 !important;
  color: #061c3d !important;
}
.item-img {
  margin-right: 21px;
  width: 24px;
}
.item-body {
  background: #e7f8f7;
}
.item-body p {
  margin: 20px;
  color: #061c3d;
  opacity: 0.8;
  font-size: 16px;
  line-height: 24px;
}
