/* growth section */
.growth-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    padding: 120px 0;
    width: 100%;
    box-sizing: border-box;
}

.growth-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.growth-title {
    margin: 0;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.4;
    text-align: center;
    color: #2e2e2e;
    letter-spacing: -0.42px;
    flex-shrink: 0;
}

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

.growth-comparison-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    width: 890px;
    height: 380px;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}

.growth-comparison-card-text {
    position: absolute;
    top: 27px;
    left: 27px;
    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 {
    position: absolute;
    top: 24px;
    left: 286.5px;
    color: var(--gray-80, #333);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;

    b {
        font-weight: 600;
        display: inline;
        margin-right: 8px;
    }
}

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

}

.growth-comparison-card-before-image {
    width: 68px;
    height: 54px;
    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: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    
    b {
        color: var(--gray-80, #333);
        text-align: center;
        font-family: Pretendard;
        font-size: 16px;
        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: 104px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    padding: 20px 30px;
    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: 260px;
    left: 420px;
    width: 34px;
    height: 42px;
}

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

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

.growth-comparison-card-after {
    position: absolute;
    bottom: 20px;
    right: 130px;
    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: 65%;
    transform: translate(-50%, -50%);
}

.growth-comparison-card-after-number {
    color: var(--primary, #29C4BE);
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
    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;
}

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

    b {
        color: var(--sub-70, #006DFE);
        font-weight: 700;
    }
}

.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;
}
