html,
body {
    background: #f5f5f5;
    flex-direction: column;
    align-items: center;
    display: flex
}

.main {
    max-width: 14.4rem;
    flex-direction: column;
    align-items: center;
    display: flex
}

.main .header {
    margin: 2.7rem 0 1.19rem;
}

.main .header2 {
    background: #fff;
    position: fixed;
    width:100%;
    height: 1rem;
    border-bottom: 0.02rem solid rgb(231, 228, 228);
}

.main h1 {
    text-align: center;
    color: #1a1a1a;
    font-family: Roboto;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.41rem
}

.main h4 {
    text-align: center;
    color: #1a1a1a;
    font-family: Roboto;
    padding-top: 0rem;
    font-size: 0.3rem;
    font-style: normal;
    font-weight: 900;
    line-height: 0rem;
    margin-bottom: 0.3rem;
}

.main ul,
.main li {
    color: #1a1a1ad9;
    margin-top: .3rem;
    font-family: Roboto;
    font-size: .2rem;
    font-style: normal;
    font-weight: 400;
    line-height: .3rem;
    list-style: disc
}

.main ul p,
.main li p {
    padding-left: .1rem
}

.main .label {
    color: #8c8c8c;
    mix-blend-mode: normal;
    opacity: .8;
    text-align: center;
    margin-top: .2rem;
    font-family: Roboto;
    font-size: .2rem;
    font-style: normal;
    font-weight: 400;
    line-height: .3rem
}

.main .card {
    width: 100%;
    border-radius: .6rem;
    margin-bottom: .46rem;
    padding: .28rem .5rem .56rem;
    margin-top:.2rem;
}

.main .card h3 {
    color: #1a1a1a;
    text-align: center;
    font-family: Roboto;
    font-size: .28rem;
    font-style: normal;
    font-weight: 700;
    line-height: .33rem
}

.main .card h6 {
    color: #1a1a1a;
    margin-top: .3rem;
    font-family: Roboto;
    font-size: .22rem;
    font-style: normal;
    font-weight: 700;
    line-height: .31rem
}

.main .card p {
    color: #1a1a1ad9;
    margin-top: .3rem;
    font-family: Roboto;
    font-size: .2rem;
    font-style: normal;
    font-weight: 400;
    line-height: .3rem
}

@media screen and (max-width:767px) {
    .main .header {
        margin: .7rem 0 .4rem
    }

    .main h1 {
        font-size: .8rem
    }

    .main .card {
        width: 90%
    }
}

@media screen and (max-width:767px) {
    .main .header2 {
        position: fixed;
        width:100%;
        height: 0.95rem;
        border-bottom: 0.02rem solid rgb(231, 228, 228);
    }

    .main h1 {
        font-size: .8rem
    }

    .main .card {
        width: 90%
    }

    .main h4 {
        text-align: center;
        color: #1a1a1a;
        font-family: Roboto;
        padding-top: 0rem;
        font-size: 0.3rem;
        font-style: normal;
        font-weight: 900;
        line-height: 0.95rem;
    }
}