@media (min-width: 1920px){
    #banner .deco-bottom svg {
        display: block; 
        height: 380px;
    }

}

.card-artist{
    height: 150px;
    line-height: 150px;
    font-size: 30px;
}

.theme--dark nav.nav-menu .scrollactive-nav li.current .btn {
    background: rgb(255 255 255);
}
#music-pr{
    height: 400px;
}
#radio{
    height: 400px;
}
#channel-manament{
    height: 475px;
}
#feature .illustration img {
    width: 80%;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}
#benefit{}
.header-page{
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}
.line-page{
    border: 1px solid #ccc;
    width: 40%;
    height: 1px;
}
@media (max-width: 768px){
    #music-pr{
        height: 300px;
    }
    #radio{
        height: 286px;
    }
    #channel-manament{
        height: 286px;
    }
    .deco{
        display: none;
    }

}