.banner-section .banner-content {
    max-width: 750px;
}

.banner-section .banner-content h1 span{
    display: inline-block;
}

.guide-section ol.zpoints{
    list-style: decimal;
    padding-left: 30px;
}

.guide-section ul.zpoints{
    list-style: disc;
    padding-left: 15px;
}

.guide-section ul.zpoints li span, .guide-section ol.zpoints li span {
    font-family: var(--zf-primary-semibold);
}

.guide-section ul.zpoints li:not(:last-child), .guide-section ol.zpoints li:not(:last-child){
    margin-bottom: 5px;
}

.guide-section .zguide-block .steps-box .zboxs{
    margin-top: 20px;
}

.guide-section .zguide-block .steps-box strong{
    display: block;
    margin-bottom: 10px;
}