
.useBox {
    background-image: url(/images/ai_workflow/module4_1.png);
    height: 17.291vw;
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.useTitle {
    font-weight: 600;
    font-size: 2.395vw;
    line-height: 1.2;
    color: #171a1d;
    font-style: italic;
    padding-top: 4.5vw;
    margin-bottom: 0.7vw;
}

.usedes {
    font-size: 1.354vw;
    line-height: 1.2;
    color: #171a1d;
}

.useButton {
    height: 2.8125vw;
    font-size: 1.041vw;
    line-height: 2.8125vw;
    border-radius: 1.406vw;
    position: relative;
    padding-right: 3.02vw;
    padding-left: 1.354vw;
    background: linear-gradient(to right, #00c846, #22e667);
    margin-top: 2.25vw;
    width: fit-content;
    margin: 2.25vw auto;
    color: #ffffff;
    display: block;
}
.useButton:hover{
    color: #ffffff;
}

.useButton::after {
    content: "";
    position: absolute;
    right: 0;
    width: 2.5vw;
    height: 100%;
    background-image: url(/images/ai_workflow/module4_2.png);
    background-position: left center;
    background-size: 1.718vw 1.718vw;
    background-repeat: no-repeat;
}

@media screen and (max-width: 905px) {
    .useBox {
        height: auto;
        min-height: 72vw;
        padding: 11vw 5.33vw 10vw;
        background-size: cover;
        background-position: center center;
    }

    .useTitle {
        font-size: 6vw;
        line-height: 1.25;
        padding-top: 0;
        margin-bottom: 3vw;
    }

    .usedes {
        font-size: 3.8vw;
        line-height: 1.6;
        max-width: 82vw;
        margin: 0 auto;
    }

    .useButton {
        height: 10.4vw;
        min-width: 32vw;
        font-size: 3.8vw;
        line-height: 10.4vw;
        border-radius: 5.2vw;
        padding-left: 5.2vw;
        padding-right: 11vw;
        margin: 7vw auto 0;
    }

    .useButton::after {
        width: 9.2vw;
        background-size: 6vw 6vw;
    }
}