.indy-faq-widget .main-wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
.indy-faq-widget .main-wrapper .question {
  margin-top: 24px;
}
/*.indy-faq-widget .main-wrapper .question:not(:last-child) {
  border-bottom: 1px solid #4b60741f;
}*/
.indy-faq-widget .main-wrapper .question .question-label {
  padding-right: 48px;
  padding-bottom: 30px;
}
.indy-faq-widget .main-wrapper .question .question-label h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.32px;
  font-family: "Suisse Int’l";
  color: #222c36;
  margin: 0;
}
.indy-faq-widget .main-wrapper .question .content {
  padding-right: 40px;
  margin-bottom: 24px;
  width: 100% !important;
}
.indy-faq-widget .main-wrapper .question .question-text .text {
  font-size: 16px;
  letter-spacing: -0.16px;
  color: #222c36cc;
}

@media (max-width: 767px) {
  .indy-faq-widget:not(.accordion) .main-wrapper .question {
    border-bottom: 1px solid #4b60741f;
  }
  .indy-faq-widget:not(.accordion)
    .main-wrapper
    .col:last-child
    .question:last-child {
    border-bottom-width: 0px;
  }
}

@media (min-width: 768px) {
  .indy-faq-widget .main-wrapper {
    column-count: 2;
    column-gap: 50px;
    display: flex;
    align-items: flex-start;
  }
  .indy-faq-widget .main-wrapper .col {
    width: calc((100% - 50px) / 2);
  }
  .indy-faq-widget .main-wrapper .question {
    break-inside: avoid;
  }
  .indy-faq-widget:not(.accordion) .main-wrapper .question:not(:last-child) {
    border-bottom: 1px solid #4b60741f;
  }
}
