.faq-question {
  padding: 8px;
}

.collapsible {
  cursor: pointer;
  line-height: 24px;
  width: 100%;
  border: none;
  outline: none;
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin: 10px 0;
  padding-right: 12px;
  text-align: left;
}

.faq-header {
  display: flex;
  flex-direction: row;
}

.faq-header::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://f.hubspotusercontent20.net/hubfs/442271/HS%20Design%20Assets/Special%20projects%20%5BDO%20NOT%20USE%20IN%20OTHER%20PAGES%5D/Premium%20Zone/collapse-caret.svg);
  position: relative;
  top: 8px;
  background-repeat: no-repeat;
  transition: all 0.25s ease-in-out 0s;
}

.faq-header.active::after {
  transform: rotate(180deg);
}

.collapsible-text {
  max-height: 0;
  font-size: 16px;
  overflow: hidden;
  margin-right: 20px;
  transition: all 0.25s ease-out;
}

.collapsible-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #617283;
}

.faq-hr {
  margin: 14px 0 0 0;
}

.no-hr > div > div > hr {
  display: none;
}

.collapsible-text .arrow-link {
  display: block;
  font-weight: 500;
  margin: 16px 0 0 0;
  position: relative;
}

.collapsible-text .arrow-link:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(https://f.hubspotusercontent20.net/hubfs/442271/2021%20DOC-FAC%20Merge%20Project/link-caret.svg);
  position: absolute;
  top: -10px;
  margin: 15px 4px;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  transition: all 0.25s ease-in-out 0s;
}

@media (min-width: 1086px) {
  .no-hr-desktop > div > div > hr {
    display: none;
  }
}
