.Accordion_accordionItem__fRd8V {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 10px;
}

.Accordion_title__hBnEv {
  position: relative;
  padding: 15px 0;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.Accordion_title__hBnEv.Accordion_active__gSa8i::after {
  transform: rotate(-180deg);
  margin-top: 0;
}

