.center {
    width: 1200px;
    margin: 0 auto;
}

.franchise {
    margin-top: -1px;
}

.franchise>div:nth-child(2) {
    padding-top: 40px;
    min-height: 300px;
}

.franchise h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #2f5aa1;
    font-size: 43px;
}

.franchise p {
    text-indent: 2em;
    line-height: 35px;
    font-size: 20px;
}

.from {
    width: 500px;
    margin: 0 auto;
    /* height: 222px; */
}

.from>div {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.from span {
    line-height: 47px;
}

.from input {
    width: 80%;
    height: 45px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    padding: 0 10px;
}

.from textarea {
    width: 80%;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #d1d1d1;
    max-width: 80%;
    min-width: 80%;
    min-height: 45px;
}

.button {}

.button button {
    width: 100%;
    line-height: 30px;
    background: #2f5aa1;
    color: #fff;
    border: 1px solid #2f5aa1;
    border-radius: 8px;
    padding: 5px 0;
    font-size: 20px;
}