.guide-wrap{
    width: 100%;
    min-height: 10vh;
    background: url(/img/member/guide_bg.webp) no-repeat center;
}
h1{
    padding: 110px 0 30px;
    text-align: center;
    color: #6AC9EB;
    font-size: 28px!important;
}
h1 span{
        color: #F4D143;
        text-shadow: 2px 2px 0px rgba(0,0,0,0.5);
    }
h4{
    color: #60D669;
    margin-bottom: 10px;
}
p{
    font-size: 14px;
    color: #fff;
}
.guide-content-item{
    padding-bottom: 40px;
}
@media (max-width: 768px) {
    .guide-wrap{
        background: url(/img/member/guide_bg_m.webp);
        
    }
    h1{
        font-size: 20px!important;
        padding: 20px 0;
    }
    h4{
        font-size: 16px!important;
    }
    p{
        font-size: 12px;
    }
    .guide-content-item{
        padding-bottom: 30px;
    }
}
