.blocksite-partners-lp-faq .blocksite-partners-lp-faq-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
  height: 100%;
  max-width: 300px;
}

.blocksite-partners-lp-faq .blocksite-partners-lp-faq-question-row {
  /* Title */
}

.blocksite-partners-lp-faq .blocksite-partners-lp-faq-question-row span {
  /* Text/2 strong */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  /* identical to box height, or 22px */
  display: flex;
  align-items: center;
  /* Text/txt-primary */
  color: #000000;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 1;
  padding: 18px;
  display: block;
  position: relative;
  cursor: pointer;
}

.blocksite-partners-lp-faq .blocksite-partners-lp-faq-question-row span:after {
  transition: all 0.5s;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url("../../assets//images/chevron.svg") center center no-repeat;
}

.blocksite-partners-lp-faq .blocksite-partners-lp-faq-question-row .answer {
  /* Text/2 regular */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  /* Text/txt-secondary */
  color: rgba(60, 60, 67, 0.85);
  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.blocksite-partners-lp-faq .blocksite-partners-lp-faq-question-row .answer p {
  padding: 0 18px 0 18px;
  overflow: auto;
}

.blocksite-partners-lp-faq .blocksite-partners-lp-faq-question-row.open span:after {
  transform: translateY(-50%) rotate(0);
}

.blocksite-partners-lp-faq .blocksite-partners-lp-faq-question-row.open .answer {
  max-height: 150px;
}

@media screen and (max-width: 1023px) {
  .blocksite-partners-lp-faq .blocksite-partners-lp-faq-title {
    display: block;
    text-align: center;
    font-size: 24px;
    max-width: none;
    margin-bottom: 20px;
  }
  .blocksite-partners-lp-faq .blocksite-partners-lp-faq-question-row .answer p {
    font-size: 14px;
    line-height: normal;
  }
}
