
.scale-together {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #EEE8FF 100%);
}

.scale-together--white-bg {
    background: #fff;
}

.scale-together .scale-3__title {
    margin-bottom: 20px;
    font-weight: 600;
}

.scale-together .scale-3__subtitle {
    margin-bottom: 20px;
    max-width: 764px;
}

.scale-together .scale-3__link {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    color: #625BF6;
    font-weight: 500;
    margin-bottom: 40px;
    text-decoration: none;
}

.scale-together .scale-3__link:hover {
    color: #503CC7;
}

.scale-together .scale-3__link-arrow {
    position: absolute;
    right: -30px;
    min-width: 24px;
    width: 24px;
    transition: all .3s;
}

.scale-together .scale-3__link:hover .scale-3__link-arrow {
    right: -40px;
}

.scale-together .scale-3__link:hover path {
    fill: #503CC7;
}
.scale-together .scale-3__slider-wrap {
    display: flex;
    gap: 90px;
    width: 100%;
    padding-bottom: 40px;
}

.scale-together .scale-3__slider {
    display: flex;
    position: relative;
    width: 100%;
    border-radius: 10px;
}

.scale-together .scale-3__slider-inner {
    display: flex;
    width: 100%;
}

.scale-together .scale-3__slide {
    display: flex;
    width: 100%;
    gap: 20px;
    padding-bottom: 20px;
}

.scale-together .scale-3__slide-left {
    display: flex;
    width: calc(50% - 20px);
    background: linear-gradient(180deg, #625BF6 0%, #27CAFE 100%);
    border-radius: 10px;
    padding: 20px;
    gap: 20px;
}

.scale-together .scale-3__slide-left-col {
    position: relative;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.scale-together .scale-3__slide-col-card {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    text-align: left;
}

.scale-together .scale-3__slide-col-card-1 {
    margin-top: auto;
}

.scale-together .scale-3__slide-col-card-3 {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    gap: 20px;
}

.scale-together .scale-3__slide-col-card-logo {
    margin-bottom: 17px;
    max-width: 100%;
    max-height: 60px;
    height: auto;
}

.scale-together .scale-3__slide-indicators {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.scale-together .scale-3__slide-indicator {
    display: flex;
    flex-direction: column;
}

.scale-together .scale-3__slide-indicator-title {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 600;
    color: #625bf6;
}

.scale-together .scale-3__slide-indicator-text {
    font-size: 16px;
    line-height: 1.25;
    color: #000000;
    font-weight: 500;
}

.scale-together .scale-3__slide-left-img {
    position: absolute;
    top: 0;
    right: -8.5px;
    width: calc(100% + 19px);
}

.scale-together .scale-3__slide-right {
    display: flex;
    flex-direction: column;
    width: 50%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 30px 0px rgba(73, 103, 173, 0.2);
    overflow: hidden;
}

.scale-together .swiper-slide {
    padding-bottom: 15px;
}

.scale-together .scale-3__right-img {
    width: 100%;
    object-fit: contain;
    margin-bottom: auto;
}

.scale-together .scale-3__slider-wrap .swiper-pagination {
    position: absolute;
    left: 70%;
    transform: translate(-50%, 0);
    bottom: 100px;
    width: auto;
    display: flex;
}

.scale-together .scale-3__slider-wrap .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    margin: 0 8px !important;
    background: #CED8ED;
    opacity: 1;
}

.scale-together .scale-3__slider-wrap .swiper-pagination-bullet-active {
    background: #625bf6;
}

@media (max-width: 1400px) {
    .scale-together .scale-3__slider-wrap .swiper-pagination {
        bottom: 80px;
    }
}

@media (max-width: 1240px) {
    .scale-together .scale-3__slider-wrap .swiper-pagination {
        bottom: 70px;
    }
}

@media (max-width: 1200px) {
    .scale-together .scale-3__slide-indicator-title {
        font-size: 30px;
    }
}

@media (max-width: 999px) {
    .scale-together .scale-3__title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .scale-together .scale-3__subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .scale-together .scale-3__link {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .scale-together .scale-3__slide {
        gap: 15px;
    }

    .scale-together .scale-3__slider-wrap {
        gap: 50px;
        justify-content: space-between;
    }

    .scale-together .scale-3__slide-left {
        gap: 15px;
        padding: 15px;
    }

    .scale-together .scale-3__slide-left-col {
        gap: 15px;
    }

    .scale-together .scale-3__slide-col-card {
        padding: 15px;
        font-size: 14px;
    }

    .scale-together .scale-3__slide-col-card-logo {
        max-height: 50px;
    }

    .scale-together .scale-3__slide-indicators {
        gap: 15px;
    }

    .scale-together .scale-3__slide-indicator-title {
        font-size: 25px;
    }

    .scale-together .scale-3__slide-indicator-text {
        font-size: 14px;
    }

    .scale-together .scale-3__slide-col-card-3 {
        gap: 15px;
    }

    .scale-together .scale-3__slider-wrap .swiper-pagination {
        bottom: 40px;
    }
}

@media (max-width: 759px) {
    .scale-together .scale-3__slider-wrap {
        flex-direction: column;
    }

    .scale-together .scale-3__slide {
        flex-direction: column;
    }

    .scale-together .scale-3__slide-left {
        width: 100%;
    }

    .scale-together .scale-3__slide-right {
        width: 100%;
    }

    .scale-together .scale-3__slide-left-img {
        max-height: 256px;
    }

    .scale-together .scale-3__slider-wrap .swiper-pagination {
        left: 50%;
    }
}

@media (max-width: 500px) {
    .scale-together .scale-3__slide-indicator-title {
        font-size: 21px;
    }

    .scale-together .scale-3__slider-wrap .swiper-pagination {
        bottom: 30px;
    }
}