.franchise .text-content {
    width: auto;
    max-width: 102rem;
    padding: 0 6vw;
}

@media (max-width: 750px) {
    .franchise {
        background-size: auto 100%;

    }

    .bg-img-1,
    .bg-img-2 {
        display: none;
    }

    .franchise .franchise-text {
        width: 100%;
    }

    .franchise .text-title {
        font-size: 3rem;
        margin-bottom: 5.6rem;
        font-weight: 700;
    }


    .franchise .text-content {
        font-size: 1.8rem;
        width: 100%;
        box-sizing: border-box;
    }

    .text-content .text-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 6vw 6vw;
    }

    .franchise .text-content .text-item .item-describe {
        line-height: 2.8rem;
    }

    .franchise .text-hotline {
        border-radius: 2.6rem;
        width: 24rem;
        height: 4rem;
        margin-top: 7rem;
        font-size: 1.8rem;
    }

    .hire .hire-content .hire-title {
        font-size: 3rem;
    }

    .hire .hire-content .hire-text {
        font-size: 2.8rem;
        margin: 6rem 0 3rem;
    }

    .hire .hire-content .hire-email {
        border-radius: 2.6rem;
        width: 24rem;
        height: 4rem;
        font-size: 1.8rem;
    }
}