@media (max-width: 768px) {
    /* growth section */
    .growth-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 40px;
        padding: 80px 24px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .growth-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .growth-title {
        color: #2E2E2E;
        text-align: center;
        font-family: Pretendard;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 33.6px */
        letter-spacing: -0.48px;
    }

    .growth-title .highlight::before {
        content: "";
        display: block;
    }

    .growth-title .highlight {
        color: #006dfe;
    }

    .growth-comparison-card {
        width: 100%;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
        height: 450px;
        position: relative;
        flex-shrink: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .growth-comparison-card-text {
        position: absolute;
        top: 92%;
        left: 39%;
        color: var(--gray-60, #707070);
        font-family: Pretendard;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 15.6px */
        letter-spacing: -0.48px;
    }

    .growth-comparison-card-title {
        margin-top: 30px;
        position: static;
        color: var(--gray-70, #535353);
        text-align: center;
        font-family: Pretendard;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.32px;

        b {
            display: block;
            
            color: var(--gray-80, #333);
            text-align: center;
            font-family: Pretendard;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            letter-spacing: -0.36px;
        }
    }

    .growth-comparison-card-before {
        position: absolute;
        bottom: 42px;
        left: 29px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .growth-comparison-card-before-image {
        width: 60px;
        height: 50px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .growth-comparison-card-before-number {
        display: flex;
        height: 36px;
        padding-inline: 14px;
        justify-content: center;
        align-items: center;
        border-radius: 7.445px;
        background: #FFF;
        box-shadow: 0 0 8.933px 0 rgba(0, 0, 0, 0.20);
        color: var(--gray-80, #333);
        margin-bottom: 8px;
        text-align: center;
        font-family: Pretendard;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.18px;
    }

    .growth-comparison-card-before-text {
        color: var(--gray-70, #535353);
        text-align: center;
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        b {
            display: block;
            color: var(--gray-80, #333);
            text-align: center;
            font-family: Pretendard;
            font-size: 14.889px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }
    }

    .growth-comparison-card-before-date {
        color: var(--gray-70, #535353);
        text-align: center;
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .growth-comparison-card-between {
        position: absolute;
        top: 107px;
        left: 24px;
        transform: translateX(0);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: inline-flex;
        padding: 14px 16px;
        flex-direction: column;
        align-items: center;
        gap: 3px;
        border-radius: 14.889px;
        background: #FFF;
        box-shadow: 0 5px 20px 0 rgba(41, 196, 190, 0.40);
    }

    .growth-comparison-card-between-arrow {
        position: absolute;
        top: 68%;
        left: 46%;
        width: 24px;
        height: 32px;
    }

    .growth-comparison-card-between-subtitle {
        color: var(--gray-80, #333);
        text-align: center;
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 18.2px */
        letter-spacing: -0.56px;
    }

    .growth-comparison-card-between-title {
        color: #FF3131;
        font-family: Pretendard;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 20.8px */
        letter-spacing: -0.32px;
    }

    .growth-comparison-card-after {
        position: absolute;
        bottom: 42px;
        right: 26px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .growth-comparison-card-after-image {
        width: 68px;
        height: 208px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .growth-comparison-card-after-arrow {
        width: 100px;
        height: 120px;
        position: absolute;
        top: 55%;
        left: 72%;
        transform: translate(-50%, -50%);
    
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .growth-comparison-card-after-number {
        color: var(--primary, #29C4BE);
        text-align: center;
        font-family: Pretendard;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.18px;
        display: flex;
        padding: 0px 14px;
        justify-content: center;
        align-items: center;
        border-radius: 7.445px;
        background: #FFF;
        box-shadow: 0 0 8.933px 0 rgba(0, 0, 0, 0.20);
        margin-bottom: 4px;
        color: var(--primary, #29C4BE);
    }

    .growth-comparison-card-after-text {
        color: var(--gray-70, #535353);
        text-align: center;
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        b {
            display: block;
            color: var(--sub-70, #006DFE);
            text-align: center;
            font-family: Pretendard;
            font-size: 14.889px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }
    }

    .growth-comparison-card-after-date {
        color: var(--gray-70, #535353);
        text-align: center;
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}
