.Product-Page-Evidence-content .sub-headingtwo {
  margin-bottom: 0px;
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
}

.Product-Page-Evidence-content {
  display: flex;
  flex-direction: column;
  padding: 88px 25px;
}

.Product-Page-Evidence-faq-wrap {
  max-width: 786px;
  margin: 0 auto;
}

.Product-Page-Evidence-faq-wrap .subheading-faq {
  color: #575756;
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}

.Product-Page-Evidence-faq-wrap .accordion-button::after {
  background-image: url(../images/wound-management/down.svg);
  transform: rotate(0deg);
  background-color: #ffffff;
  border-radius: 50%;
  height: 38px;
  background-size: 80%;
  background-position: center;
  width: 38px;
  display: flex;
}

.Product-Page-Evidence-faq-wrap .accordion-button:not(.collapsed)::after {
  background-image: url(../images/wound-management/up.svg);
  background-color: #004F9F;
  border-radius: 50%;
  height: 38px;
  background-size: 80%;
  background-position: center;
  width: 38px;
  display: flex;
  transform: rotate(-180deg);
}

.Product-Page-Evidence-faq-wrap .faq .accordion-button {
  padding: 10px 0px 10px 0px;
  font-size: 21px;
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  color: #575756;
}

.Product-Page-Evidence-faq-wrap .faq .accordion-body {
  padding: 0 0px 20px;
}

.Product-Page-Evidence-link {
  font-family: "Helvetica-bold", "Helvetica-Neue", serif;
  color: #004F9F;
  display: block;
}

.Product-Page-Evidence-faq-wrap .heading6 {
  margin: 18px 0px 14px 0px;
}

@media screen and (max-width: 768px) {
  .Product-Page-Evidence-link {
    font-size: 12px;
  }
}
