header {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
    background: #FFFFFF;
}

.section {
    width: 1200px;
    margin: auto;
    padding: 267px 0 157px;
}

.section .title {
    padding-bottom: 61px;
    border-bottom: 1px solid #C99C4E;
    margin-bottom: 48px;
}

.section .title h1 {
    font-size: 30px;
    font-family: MiSans m;
    font-weight: 500;
    color: #CC0007;
    margin-bottom: 46px;
    line-height: 1;
}

.section .title .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section .title .flex div {
    display: flex;
    align-content: center;
}

.section .title .flex div p {
    margin-right: 79px;
}

.section .title .flex p {
    font-size: 16px;
    font-family: MiSans n;
    font-weight: 400;
    line-height: 1;
    color: #C99C4E;
}

.section .title .flex .back {
    display: flex;
    align-content: center;
}

.section .title .flex .back p {
    transition: 0.6s;
    line-height: 28px;
    margin-right: 12px;
}

.section .title .flex .back .iconfont {
    width: 28px;
    height: 28px;
    background: #C99C4E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #FFFFFF;
    transition: 0.6s;
    line-height: 28px;
}

.section .title .flex .back:hover p {
    color: #CC0007;
}

.section .title .flex .back:hover .iconfont {
    background: #CC0007;
}

.section .content p {
    font-size: 18px;
    font-family: MiSans n;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}

.section .content h5 {
    font-size: 20px;
    font-family: MiSans m;
    font-weight: 500;
    color: #222222;
    line-height: 40px;
}

.section .content h4 {
    font-size: 20px;
    font-family: MiSans m;
    font-weight: 500;
    color: #7D0004;
    line-height: 40px;
}

@media screen and (max-width: 1919px) {
    header {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0.4166666667vw 0px;
    }

    .section {
        width: 62.5vw;
        padding: 13.90625vw 0px 8.1770833333vw;
    }

    .section .title {
        padding-bottom: 3.1770833333vw;
        margin-bottom: 2.5vw;
    }

    .section .title h1 {
        font-size: 1.5625vw;
        margin-bottom: 2.3958333333vw;
    }

    .section .title .flex div p {
        margin-right: 4.1145833333vw;
    }

    .section .title .flex p {
        font-size: 0.8333333333vw;
    }

    .section .title .flex .back p {
        line-height: 1.4583333333vw;
        margin-right: 0.625vw;
    }

    .section .title .flex .back .iconfont {
        width: 1.4583333333vw;
        height: 1.4583333333vw;
        font-size: 0.625vw;
        line-height: 1.4583333333vw;
    }

    .section .content p {
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
    }

    .section .content h5 {
        font-size: 1.0416666667vw;
        line-height: 2.0833333333vw;
    }

    .section .content h4 {
        font-size: 1.0416666667vw;
        line-height: 2.0833333333vw;
    }
}

@media screen and (max-width: 768px) {
    .section {
        padding: 100px 0 60px;
        width: 90%;
    }
    .section .title h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .section .title .flex div p {
        font-size: 16px;
    }
    .section .title .flex .back .iconfont {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    .section .title .flex .back p {
        display: none;
    }
    .section .title {
        margin-bottom: 40px;
    }
    .section .content p {
        font-size: 16px;
        line-height: 2;
    }
}
