/* flow2 styles migrated from lpc/2_3 .section-10 (scoped to .flow2) */
.flow2 {
    padding: 100px 120px 150px 120px;
    background: linear-gradient(to right, #F39800, #F3BC61);
}

.flow2 .container {
    max-width: 1200px;
    margin-inline: auto;
}

.flow2 .container > .title {
    text-align: center;
    color: white;
    font-weight: bold;
    margin-bottom: 50px;
}

.flow2 .container > .title > h3 {
    font-size: 35px;
    letter-spacing: 5px;
}

.flow2 .container > .title > h3 > br {
    display: none;
}

.flow2 .container > .title > p {
    font-size: 16px;
    letter-spacing: 2px;
}

.flow2 .content {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 46px;
}

.flow2 .content .item {
    width: 844px;
    display: flex;
    align-items: center;
    color: white;
    margin-inline: auto;
}

.flow2 .content .item:last-child {
    margin-bottom: 0;
}

.flow2 .content .item .cost {
    width: 115px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: relative;
    flex-shrink: 0;
}

.flow2 .content .item .cost .time {
    border-radius: 50%;
    width: 52px;
    height: 41px;
    background-color: white;
    text-align: center;
    color: #36393E;
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -48px;
    left: 4px;
}

.flow2 .content .item .cost .time:after {
    position: absolute;
    content: '';
    display: inline-block;
    border-top: 10px solid white;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    top: 37px;
    left: 33px;
    transform: rotateZ(-30deg);
}

.flow2 .content .item .divide {
    width: 30px;
    flex-shrink: 0;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    margin-right: 21px;
    display: block;
    align-self: stretch;
    position: relative;
}

.flow2 .content .item .divide:before {
    width: 3px;
    height: 100%;
    content: '';
    background-color: white;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.flow2 .content .item .info {
    display: flex;
    flex-direction: column;
    gap: 46px;
}

.flow2 .content .item .info .info-item {
    display: flex;
    gap: 30px;
    align-items: center;
}

.flow2 .content .item .info .info-item .icon {
    width: 88px;
    height: 88px;
    flex-shrink: 0;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow2 .content .item .info .info-item .icon img {
    width: 53px;
    object-position: center;
    object-fit: cover;
}

.flow2 .content .item .info .info-item .text h4 {
    font-size: 20px;
    font-weight: bold;
}

.flow2 .content .item .info .info-item .text p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width: 1000px) {
    .flow2 {
        padding: 70px 10px;
    }

    .flow2 .container > .title > h3 {
        font-size: 32px;
        letter-spacing: 0;
    }

    .flow2 .container > .title > h3 > br {
        display: inline;
    }

    .flow2 .container > .title > p {
        font-size: 16px;
    }

    .flow2 .content .item {
        width: 100%;
        max-width: 844px;
    }

    .flow2 .content .item .cost {
        font-size: 8px;
    }

    .flow2 .content .item .cost .time {
        width: 30px;
        height: 22px;
        font-size: 7px;
        top: -28px;
        left: 30px;
    }

    .flow2 .content .item .cost .time:after {
        border-top: 6px solid white;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
        top: 19px;
        left: 19px;
    }

    .flow2 .content .item .info {
        gap: 30px;
    }

    .flow2 .content .item .info .info-item {
        gap: 10px;
    }

    .flow2 .content .item .info .info-item .icon {
        width: 44px;
        height: 44px;
    }

    .flow2 .content .item .info .info-item .icon img {
        width: 26px;
    }

    .flow2 .content .item .info .info-item .text h4 {
        font-size: 16px;
    }

    .flow2 .content .item .info .info-item .text p {
        margin-top: 5px;
        font-size: 12px;
    }

    .flow2 .content .item .divide {
        width: 16px;
        margin-right: 10px;
    }
}
