header{
    background: #000;
}
.main {
    margin-top: 63px;
    background: url(https://images.musicful.ai/musicfulen/assets/other/404/404-bg.png) top center no-repeat, linear-gradient(104.81deg, #F2F5F9 7.38%, #F0F2F7 94.79%);
    padding-bottom: 100px;
}

.banner-bg {
    padding: 310px 0 100px;
}

h1 {
    font-family: Bowlby One;
    font-size: 48px;
    font-weight: 400;
    line-height: 72px;
    text-align: center;
    margin-bottom: 30px;

}

.banner-bg a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 67px;
    background: #000000;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    border-radius: 80px;
    margin: 0 auto;
}

.banner-bg a svg {
    margin-left: 10px;
}



.more-to {}

.more-to .container {
    max-width: 1560px;
}

.more-to .need-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.more-to .need-content .more-box {
    width: 460px;
    height: 280px;
    padding: 28px 18px;
    background: #FFFFFF;
    border: 1px solid #232E52;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}




.more-to .need-content .more-box .title-box .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    margin-bottom: 20px;
    font-family: "Poppins Bold";
    color: #232E52
}

.more-to .need-content .more-box .title-box p {
    color: #232E52;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;

}

.more-to .need-content .more-box .title-box .title img {
    margin-right: 10px;
}

.more-to .need-content .more-box .learn {
    align-content: flex-end;
    display: flex;
    align-items: center;
    color: #232E52;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: right;
    justify-content: flex-end;
    width: max-content;
    margin-left: auto;

}

.more-to .need-content .more-box .learn svg {
    margin-left: 12px;
}

.more-to .need-content .more-box:nth-child(2) {
    margin: 0 20px;
}



@media (max-width: 1660px)and (min-width:992px) {
    .container{
        padding: 0 60px;
    }
}
@media (min-width: 1025px) {
    .more-to .need-content .more-box:hover {
        box-shadow: 8px 8px 0px 0px #6BF79B;
    
    }
    .banner-bg a:hover {
        background: #2CF370;
        color: #000000;
    
    }
    
    .banner-bg a:hover svg path {
        fill: #000000;
    }
}
@media (max-width: 1024px) {
    .main {
        margin-top: 63px;
        background: url(https://images.musicful.ai/musicfulen/assets/other/404/404-bg-m.png) top center no-repeat, linear-gradient(104.81deg, #F2F5F9 7.38%, #F0F2F7 94.79%);
        padding-bottom: 50px;
        background-size: 375px auto;
    }

    .banner-bg {
        padding: 180px 0 50px;
    }

    h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .banner-bg a {
        width: 295px;
        height: 48px;
        border-radius: 40px;
        font-size: 16px;
        line-height: 26px;
    }
    .more-to .need-content{
        flex-wrap: wrap;
    }
    .more-to .need-content .more-box {
        width: 335px;
        height: 205px;

    }
    .more-to .need-content .more-box:not(:last-child){
        margin-bottom: 30px;
    }
    .more-to .need-content .more-box .title-box .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .more-to .need-content .more-box .title-box p{
        font-size: 16px;
        line-height: 26px;
    }
    .more-to .need-content .more-box .learn{
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 768px) {
    .more-to .need-content {
        flex-direction: column;
    }
    .more-to .need-content .more-box:nth-child(2){
        margin: 0 0 30px;
    }
    
}
@media (max-width: 370px) {
    .container{
        padding: 0 10px;
    }
}