.hero-404{
    padding: 96px 0 140px;
}
.hero-404 h1{
    font-weight: 700;
    font-size: 180px;
    line-height: 172px;
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 40px;
    font-family: 'Gotham Pro';
}
.hero-404 p{
    font-weight: 500;
    font-size: 24px;
    line-height: 124.7%;
    text-align: center;
    max-width: 1060px;
    font-family: 'Gotham Pro';
    color: #292929;
    margin: 70px auto;
}
.hero-404 p a{
    color: #F99C03;
}
.hero-404 .btn{
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}


.list-link{
    background: #F6F6F6;
    padding: 115px 0 150px;
}
.list-link .title{
    font-weight: 700;
    font-size: 38px;
    line-height: 47px;
    text-align: center;
    font-family: 'Gotham Pro';
    color: #292929;
    margin-bottom: 20px;
}
.list-link .subtitle{
    font-weight: 400;
    font-size: 24px;
    line-height: 124.2%;
    text-align: center;
    
    color: #F99C03;
    margin-bottom: 40px;
}

.list-link .wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}
.list-link .wrap .item {
    display: flex;
    width: calc(100%/4 - 20px);
    background: #FFFFFF;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    padding: 23px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 17px;
    color: #292929;
    text-align: center;
}

@media screen and (max-width:1440px) {
    .hero-404 img{
        width: 100%;
        max-width: 70%;
    }
}
@media screen and (max-width:1024px) {
    .hero-404 img{
        width: 100%;
        max-width: 80%;
    }
    
}
@media screen and (max-width:768px) {
    .hero-404 h1{
        font-size: 120px;
    }
    .hero-404 img{
        width: 100%;
        max-width: 100%;
    }
    .hero-404 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero-404 p{
        font-size: 20px;
    }
    .list-link .wrap .item {
        font-size: 16px;
        width: calc(100%/3 - 20px);
    }
    .list-link .title{
        font-size: 30px;
    }
    .list-link .subtitle{
        font-size: 20px;
    }
}
@media screen and (max-width:525px) {
    .hero-404{
        padding: 45px 20px 50px;
    }
    .hero-404 h1{
        font-size: 80px;
        line-height: 90px;
    }
    .hero-404 p{
        font-size: 16px;
    }
    .list-link .wrap .item {
        font-size: 16px;
        width: 100%;
    }
    .list-link .title{
        font-size: 26px;
        line-height: 30px;
    }
    .list-link .subtitle{
        font-size: 18px;
        line-height: 22px;
    }
    .hero-404 .btn{
        font-size: 16px;
    }
}