.expertise-projects {
  padding-bottom: 70px;
  margin-right: -40px;
  padding-right: 40px;
}
.expertise-projects .project-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 190/330;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.expertise-projects .project-mobile-meta {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.expertise-projects .project-mobile-meta .project-mobile-label {
  color: #F37B20;
  font-style: italic;
  line-height: 175%;
  letter-spacing: 2%;
}
.expertise-projects .project-mobile-meta .project-mobile-title {
  color: var(--e-global-color-secondary);
  margin: 0;
}
.expertise-projects .swiper-slide:nth-child(even) {
  margin-top: 45px;
}
.expertise-projects .swiper-pagination {
  bottom: 5px;
  left: 50%;
  transform: translateX(calc(-50% - 20px));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 88px;
}
.expertise-projects .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  background-color: #D9D9D9;
  opacity: 1;
}
.expertise-projects .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.expertise-projects .swiper-button {
  width: 22px;
  height: 22px;
  top: unset;
  bottom: 0;
}
.expertise-projects .swiper-button::after {
  display: none;
}
.expertise-projects .swiper-button-prev {
  left: 60px;
}
.expertise-projects .swiper-button-next {
  right: 100px;
}
.expertise-projects .swiper-button svg path {
  fill: var(--e-global-color-secondary);
}
.expertise-projects .project-overlay {
  display: none;
}
.expertise-projects .project-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.expertise-projects .project-btn-text {
  color: #ffffff;
  font-size: 18px;
}
@media (min-width: 768px) {
  .expertise-projects {
    overflow: visible;
    margin: 0;
    padding: 0;
  }
  .expertise-projects.swiper {
    overflow: visible;
  }
  .expertise-projects .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(320px, auto);
    gap: 20px;
    transform: none;
  }
  .expertise-projects .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .expertise-projects .swiper-slide:nth-child(even) {
    margin-top: 0;
  }
  .expertise-projects .swiper-slide.is-featured {
    grid-row: span 2;
  }
  .expertise-projects .swiper-button-next,
  .expertise-projects .swiper-button-prev,
  .expertise-projects .swiper-button,
  .expertise-projects .swiper-pagination,
  .expertise-projects .project-mobile-meta {
    display: none;
  }
  .expertise-projects .project-inner {
    height: 100%;
    aspect-ratio: unset;
  }
  .expertise-projects .project-inner:hover .project-overlay {
    opacity: 1;
  }
  .expertise-projects .project-overlay {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-928d873);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}

/*# sourceMappingURL=sc-expertise-projects.css.map */
