.home-growth-service-grid.swiper-wrapper,
.home-app-service-grid.swiper-wrapper {
    gap: 18px !important;
}

.home-growth-service-card,
.home-app-service-card,
.home-growth-service-card.home-blur-card,
.home-app-service-card.home-blur-card {
    border-radius: 8px !important;
    overflow: hidden;
}

.home-growth-service-copy,
.home-app-service-copy {
    width: auto;
    align-self: stretch;
}

.home-growth-service-title,
.home-growth-service-description,
.home-app-service-title,
.home-app-service-description {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.home-growth-service-description,
.home-app-service-description {
    padding-right: 3px;
    font-size: .86rem;
}

@media (min-width: 1200px) {
    .home-growth-service-grid.swiper-wrapper {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .home-growth-service-grid .swiper-slide:nth-child(9) {
        grid-column: 2;
    }

    .home-growth-service-grid .swiper-slide:nth-child(10) {
        grid-column: 3;
    }
}

@media (min-width: 768px) {
    .home-growth-service-grid.swiper-wrapper,
    .home-app-service-grid.swiper-wrapper {
        display: grid !important;
        gap: 0 !important;
        row-gap: 0 !important;
        column-gap: 0 !important;
        margin: 0;
        transform: none !important;
    }

    .home-growth-service-grid .swiper-slide,
    .home-app-service-grid .swiper-slide {
        display: block !important;
        width: auto !important;
        height: auto !important;
        margin-right: 0 !important;
        padding: 0;
    }

    .home-growth-service-grid .swiper-slide > .home-growth-service-card,
    .home-app-service-grid .swiper-slide > .home-app-service-card {
        width: 100% !important;
        height: 100% !important;
        margin: 0;
    }

    .home-growth-service-card,
    .home-growth-service-card.home-blur-card,
    .home-app-service-card,
    .home-app-service-card.home-blur-card {
        min-height: 196px;
    }

    .home-growth-service-card.home-blur-card {
        border: 8px solid #f8fafc !important;
    }

    .home-app-service-card.home-blur-card {
        border: 8px solid #07111f !important;
    }

    .home-growth-service-card.home-blur-card::before,
    .home-growth-service-card.home-blur-card::after,
    .home-app-service-card.home-blur-card::before,
    .home-app-service-card.home-blur-card::after {
        inset: 8px;
        border-radius: 8px;
    }
}

@media (max-width: 767px) {
    .home-growth-service-grid.swiper-wrapper,
    .home-app-service-grid.swiper-wrapper {
        gap: 0 !important;
    }

    .home-card-slider .swiper-slide {
        padding: 0;
    }

    .home-growth-service-card,
    .home-growth-service-card.home-blur-card,
    .home-app-service-card,
    .home-app-service-card.home-blur-card {
        min-height: 190px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 14px;
        padding: 18px;
    }

    .home-growth-service-description,
    .home-app-service-description {
        display: block !important;
        max-width: 100%;
        font-size: .86rem;
        line-height: 1.55;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .home-growth-service-copy,
    .home-app-service-copy {
        flex: 1;
    }

    .home-growth-service-arrow,
    .home-app-service-arrow {
        margin-top: auto;
        margin-left: 0;
    }
}
