main section {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
main section img {
    object-fit: cover;
}
main section p {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 20px;
}
main section p + span {
    font-size: 24px;
    color: rgba(103, 120, 151, 1);
    max-width: 900px;
    line-height: 32px;
}
main section p + span + img {
    margin-top: 40px;
}
main section .process {
    display: flex;
    font-size: 24px;
    color: rgba(103, 120, 151, 1);
    margin-top: 80px;
    margin-bottom: 70px;
    align-items: center;
    margin-left: 130px;
}
main section .process-step {
    display: flex;
    align-items: center;
}
main section .process-step img {
    margin-right: 20px;
}
.process .left {
    margin-right: 24px
}

.process .right {
    margin-left: 54px
}
.process-step + .process-step {
    margin-top: 56px;
}
@media (max-width: 912px) {
    main section p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    main section p + span {
        font-size: 9px;
        line-height: 12px;
        padding-left: 35px;
        padding-right: 44px;
    }
    main section .warning {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 58px;
        margin-bottom: 56px;
    }
    main section .warning .warning-content {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 9px;
        color: rgba(103, 120, 151, 1);
        gap: 40px;
        margin-top: 17px;
    }
    main section .warning .warning-content .warning-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}
