

.pd-accordion2 .pd-collapse-trigger.collapsed::before,
.pd-accordion2 .pd-collapse-trigger::before {
  content: unset;
} 

.pd-accordion2 .pd-collapse-trigger.collapsed::before,
.pd-accordion2 .pd-collapse-trigger::before {
  content: unset;
} 
.pd-accordion2 .pd-collapse-trigger.collapsed::before,
.pd-accordion2 .pd-collapse-trigger::before {
  background: url('./tw-Chat-Alt-2-Regular.svg') no-repeat center center !important;
  content: "";
  height: 32px;
  width: 32px;
  position: relative;
  top: -0.5rem;
}

.pd-accordion2 .pd-collapse-trigger.collapsed::after {
  background: url('./tw-Chevron-Right-Filled.svg') no-repeat center center !important;
  content: "";
  height: 32px;
  width: 32px;
  position: relative;
  top: -0.5rem;
}

.pd-accordion2 .pd-collapse-trigger::after {
    background: url('./tw-Chevron-Down.svg') no-repeat center center !important;
    content: "";
    height: 32px;
    width: 32px;
    position: relative;
    top: -0.5rem;
}

.pd-accordion2 .questions {
  color: #BD1A8D;
  font-family: "Nexa-regular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
}

.pd-accordion2 .questions a {
  margin-left: 60px;

    @media screen and (max-width: 768px) {
      margin-left: 0;
      margin-top: 1rem;
    }
}

.pd-accordion2 .questions::before {
  background: url('./tw-Chat-Alt-2-Regular.svg') no-repeat center center !important;
  content: "";
  height: 32px;
  width: 32px;
  display: inline-block;
  position: relative;
  top: 0.5rem;
  margin-right: 0.5rem;
}