.m {
    max-width: 1400px;
    margin: 0 auto;
}

.box1 {
    height: 376px;
    background-image: url(../image/36c6a98962fe65399f2ecd1919acb09c.jpg);
    background-repeat: no-repeat;
    /* 不重复 */
    background-position: center center;
    /* 水平垂直居中 */
    background-size: cover;
}

.box1-content {
    height: 376px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box1-content h2 {
    text-align: center;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
}

.box2 {
    padding: 80px 0px 80px;
}

.box2-content {
    display: flex;
    gap: 60px;
}

.box2-content h3 {
    color: rgb(51, 51, 51);
    font-size: 21px;
    font-weight: 400;
}

.box2-content .btn {
    padding: 15px 45px;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    background-color: #906e51;
    margin-top: 30px;
}