#primary section.the-team-behind {
    padding-top: 60px;
    padding-bottom: 60px;
}

.the-team-behind__label {
    margin-bottom: 24px;
}

.the-team-behind__inner {
    display: flex;
    flex-direction: column;
}

.the-team-behind__header {
    margin-bottom: 40px;
}

.the-team-behind__navigation {
    margin-top: 40px;
    justify-content: center;
}

.the-team-behind-pagination-wrapper {
    margin-top: 24px;
    position: relative;
    display: flex;
    justify-content: center;
}

.the-team-behind-pagination {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    bottom: unset !important;
    right: unset !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 100 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    max-width: 72px;
    justify-content: flex-start;
}

.the-team-behind-pagination::-webkit-scrollbar {
    display: none;
}

.the-team-behind-pagination {
    scrollbar-width: none;
}

.the-team-behind-pagination .swiper-pagination-bullet {
    min-width: 8px !important;
    min-height: 8px !important;
    max-width: 8px !important;
    max-height: 8px !important;
    opacity: 1 !important;
    background: #cfcfcf !important;
    margin: 0 4px !important;
    outline: none !important;
    flex-shrink: 0;
}

.the-team-behind-pagination .swiper-pagination-bullet:first-child {
    margin-left: auto !important;
}

.the-team-behind-pagination .swiper-pagination-bullet:last-child {
    margin-right: auto !important;
}

.the-team-behind-pagination .swiper-pagination-bullet-active {
    background: #1629d6 !important;
    opacity: 1 !important;
}

.the-team-behind__team-swiper-slide-inner {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--Purple-100);
    min-height: 280px;
}

.the-team-behind__team-swiper-slide-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 208px;
    height: 256px;
}

.the-team-behind__team-swiper-slide-image img {
    width: 100%;
    height: auto;
}

.the-team-behind__team-swiper-slide-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(15px);
    width: 100%;
    box-sizing: border-box;
}

.the-team-behind__team-swiper-slide-position {
    color: var(--black-color);
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    #primary section.the-team-behind {
        padding-top: 40px;
    }
}

@media screen and (min-width: 769px) {
    .the-team-behind-pagination-wrapper {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    #primary section.the-team-behind {
        padding-bottom: 40px;
    }

    .the-team-behind__container {
        overflow: hidden;
    }

    .the-team-behind__team-swiper {
        overflow: visible !important;
    }

    .the-team-behind__label {
        margin-bottom: 16px;
    }

    .the-team-behind__navigation {
        display: none;
    }
}
