.expertise_faq_alt {
  padding: 0 15px;
  font-family: "Manrope", sans-serif;
  color: #101018;
}
@media (min-width: 1280px) {
  .expertise_faq_alt {
    padding: 0 80px;
  }
}
@media (min-width: 1630px) {
  .expertise_faq_alt {
    max-width: 1530px;
    margin: 0 auto;
    padding: 0;
  }
}
.expertise_faq_alt__wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1100px) {
  .expertise_faq_alt__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.expertise_faq_alt .heading {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 24px;
}
@media (min-width: 1280px) {
  .expertise_faq_alt .heading {
    padding: 0;
    font-size: 36px;
    position: sticky;
    top: 15vh;
  }
}
@media (min-width: 1400px) {
  .expertise_faq_alt .heading {
    font-size: 48px;
  }
}
.expertise_faq_alt .category {
  font-size: 14px;
  font-weight: 600;
  color: #5067F4;
  padding-bottom: 5px;
}
@media (min-width: 1400px) {
  .expertise_faq_alt .category {
    font-size: 16px;
  }
}
.expertise_faq_alt .content-part__wrapper {
  display: flex;
  flex-direction: row;
}
@media (min-width: 1280px) {
  .expertise_faq_alt .content-part__wrapper {
    column-gap: 2%;
    padding-top: 43px;
  }
}
@media (min-width: 1630px) {
  .expertise_faq_alt .content-part__wrapper {
    column-gap: 3%;
    padding-top: 61px;
  }
}
.expertise_faq_alt .content__wrapper {
  padding-top: 22px;
  width: 100%;
}
@media (min-width: 1280px) {
  .expertise_faq_alt .content__wrapper {
    padding-top: 40px;
  }
}
.expertise_faq_alt .faq-heading {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .expertise_faq_alt .faq-heading {
    padding: 20px 0;
  }
}
@media (min-width: 1630px) {
  .expertise_faq_alt .faq-heading {
    padding: 30px 0;
  }
}
.expertise_faq_alt .faq-heading > svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .expertise_faq_alt .faq-heading > svg {
    position: relative;
    left: -10px;
    width: 28px;
    height: 32px;
  }
}
@media (min-width: 1630px) {
  .expertise_faq_alt .faq-heading > svg {
    width: 42px;
    height: 42px;
  }
}
.expertise_faq_alt .faq {
  border-bottom: 1px solid #D6D6D6;
}
@media (min-width: 1280px) {
  .expertise_faq_alt .faq:not(.active):hover {
    background: #F0F1F7;
  }
  .expertise_faq_alt .faq:not(.active):hover .faq-title {
    color: #5067F4;
    padding-left: 20px;
  }
}
.expertise_faq_alt .faq:last-child {
  border-bottom: unset;
}
.expertise_faq_alt .faq.active .faq-content {
  display: block;
  padding: 5px 0 30px;
}
@media (min-width: 1280px) {
  .expertise_faq_alt .faq.active .faq-content {
    width: 61%;
    font-size: 18px;
    margin-left: auto;
    padding: 5px 21px 20px 0;
  }
}
@media (min-width: 1630px) {
  .expertise_faq_alt .faq.active .faq-content {
    margin-top: -16px;
    font-size: 20px;
    padding: 0px 21px 32px 0;
  }
}
.expertise_faq_alt .faq.active .faq-heading > svg {
  transform: rotate(45deg);
}
.expertise_faq_alt .faq-title {
  font-size: 16px;
  color: #101018;
  font-weight: 700;
}
@media (min-width: 1280px) {
  .expertise_faq_alt .faq-title {
    font-size: 22px;
  }
}
@media (min-width: 1630px) {
  .expertise_faq_alt .faq-title {
    font-size: 24px;
  }
}

.faq-content {
  display: none;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: max-height 0.3s ease-out, opacity 0.2s ease-in;
}

.faq.active .faq-content {
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
