/* =============================================
   WHAT WE DO BEST — Scroll-driven accordion
   ============================================= */

.about-services-showcase {
  position: relative;
  padding: 0;
}

.about-services-pin {
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 48px 0 32px;
  overflow: hidden;
}

.about-services-showcase .about-services-title {
  margin-bottom: 28px;
}

.about-services-showcase .about-accordion-btn {
  padding: 18px 0;
  font-size: 15px;
  cursor: default;
}

.about-services-showcase.is-passive .about-accordion-btn {
  cursor: pointer;
}

.about-services-showcase .about-accordion-item.is-open .about-accordion-body {
  max-height: 440px;
  padding-bottom: 20px;
}

.about-services-showcase.is-passive {
  height: auto !important;
}

.about-services-showcase.is-passive .about-services-pin {
  height: auto;
  padding: 96px 0;
  overflow: visible;
}

@media (max-width: 768px) {
  .about-services-showcase.is-passive .about-services-pin,
  .about-services-showcase .about-services-pin {
    height: auto;
    padding: 64px 0;
    overflow: visible;
  }
}
