.section-common-team-slider {
    background-image: url(../../../images/render/ca-dots-2.svg);
    background-repeat: no-repeat;
    background-position: right top 50%;
    background-size: auto;
    position: relative;
}

.section-common-team-slider::before {
    content: "";
    background: url(../../../images/icons/ca-stars-icon.svg) no-repeat;
    width: 80px;
    height: 86px;
    background-size: 80px 86px;
    position: absolute;
    bottom: 15%;
    right: 15%;
}

.section-common-team-slider .section-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 128px;
}

.section-common-team-slider .section-wrapper > div {
    flex: 1 1 0;
}

.section-common-team-slider .title {
    color: var(--primary-color);
}

.section-common-team-slider .section-slider {
    width: 100%;
    max-width: 512px;
    text-align: center;
}

.section-common-team-slider .swiper-slide .name {
    font-weight: 600;
    padding-top: 16px;
}

@media (max-width: 1440px) {
}

@media (max-width: 1367px) {
}

@media (max-width: 1280px) {
    .section-common-team-slider .section-wrapper {
        gap: 64px;
    }

    .section-common-team-slider .section-slider {
        max-width: 425px;
    }
}

@media (max-width: 992px) {
    .section-common-team-slider > svg {
        display: none;
    }

    .section-common-team-slider .section-wrapper {
        flex-direction: column;
        gap: 32px;
    }

    .section-common-team-slider .section-slider {
        order: 2;
    }
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
}