body{
    background-color: #F2F2F2;
}
.banner-title{
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8rem;
    color: #FFFFFF;
    line-height: 1.4;
    margin-bottom: 0.04rem;
}
.banner-title h1{
    font-size: 0.8rem;
}
.banner-title-sec{
    font-weight: 500;
    font-size: 0.26rem;
    color: #FFFFFF;
    line-height: 1.3;
}
.welfare-detail-container{
    margin: 1rem 0;
}
.welfare-detail{
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.75;
    margin-bottom: 0.23rem;
}
@media screen and (max-width: 880px){
    .banner-title h1{
        font-size: 0.35rem;
    }
    .welfare-detail{
        font-size: 0.25rem;
    }
}