
.container-404{
    width: 1128px;
    max-width: 100%;
    margin:60px auto 50px;
    color: #1A1A1A;
}
.nav-menu-404{
    margin-top: 120px;
    display: flex;
    justify-items: center;
    align-items: center;
}
.nav-menu-404 .back-to-homepage{
    text-transform: uppercase;
    color: #EB0A1E;
    font-size: 16px;
    line-height: 23px;
    font-weight: bold;
    margin-left: 16px;
}
.nav-menu-404 .back-to-homepage:hover{
    text-decoration: none;
}
.content-404{
    margin-top: 90px;
}
.content-404-title{
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
}
.content-404-description{
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    width: 464px;
    max-width: 100%;
    display: block;
    margin: 14px auto 0;
}
.container-link-404{
    margin-top: 100px;
}
.link-404-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 19.2px;
    text-align: center;
    margin-bottom: 40px;
}
.link-404{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 270px;
}
.link-404-img{
    width: 100%;
    height: 160px;
    object-fit: contain;
}
.link-404-btn{
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color:#EB0A1E;
    font-size: 11px;
    line-height: 14.4px;
    display: inline-block;
    max-width: 184px;
    padding: 17px 20px;
    margin-top: 36px;
    margin-bottom: 40px;
    background: #FFFFFF;
    border: 1px solid #EB0A1E;
}
.link-404-btn:hover{
    color: #EB0A1E;
    text-decoration: none;
    cursor: pointer;
}
.link-404-center{
    display: flex;
    align-content: center;
    justify-content: center;
}
/* reponsive */
/* Mobile < 378px */
@media(max-width:378px){
    .link-404{
        width: 230px;
    }
    .link-404-img{
        height: 136px;
    }
}
/* Mobile */
@media (max-width:739px){
    .container-404{
        width:90%;
        margin-bottom: 26px;
        margin-top: 84px;
    }
    .back-to-homepage{
        font-size: 14px;
        margin-left: 12px;
    }
    .content-404{
        margin-top: 80px;
    }
    .content-404-title{
        font-size: 30px;
    }
    .container-link-404{
        width: 80%;
        margin:80px auto 0;
    }
    .link-404-title{
        margin-bottom: 30px;
    }
    .link-404-btn{
        margin-top:24px;
    }
}
/* >= Tablet */
@media (min-width: 740px) {

}
/* Tablet - PC low resolution */
@media (min-width: 740px) and (max-width: 1024px) {
    .container-404{
        width:90% ;
    }
}
