
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial;
}

a {
    text-decoration: none;
}

.page {
    width: 75%;
    max-width: 1200px;
    min-width: 850px;
    margin: 0 auto;
    padding: 130px 0 100px;
}

h1 {
    font-size: 34px;
    font-weight: 600;
    color: #24202A;
    line-height: 48px;
    margin-bottom: 27px;
}

h2 {
    font-size: 25px;
    font-weight: 600;
    color: #24202A;
    line-height: 36px;
    margin: 32px 0 8px;
}

p {
    font-size: 16px;
    color: #4B4B4B;
    line-height: 32px;
}

.last{
    margin-top: 80px;
}

@media screen and (max-width: 900px){
    .page {
        width: 95%;
        min-width: 0;
    }
}
