.e404{
    display: flex;
    justify-content: center;

    min-height: 100vh;
}

.e404__container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.e404__bg-holder{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;

    z-index: -1;
}

.e404__bg{
    width: 100%;
    max-width: 1440px;
}

.e404__number{
    font-family: "Century Gothic", sans-serif;
    font-size: 300px;
    font-weight: 400;
    line-height: 367.82px;
    text-align: center;
    color: #121313;

    margin-top: 186px;

    position: relative;
    z-index: 2;
}

.e404__title{
    margin-top: 97px;

    font-size: 35px;
    font-weight: 400;
    line-height: 42.36px;
    text-align: left;
    color: #121313;

    position: relative;
    z-index: 2;
}

.e404__text{
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: center;
    color: #121313;

    margin-top: 24px;

    max-width: 637px;

    position: relative;
    z-index: 2;
}


.e404__bg--mobile{
    display: none;

    max-width: 97px;
}

@media screen and (max-height: 900px){
    .e404__number{
        margin-top: 40px;
    }

    .e404__title{
        margin-top: 60px;
    }
}


@media screen and (max-height: 700px){
    .e404__number{
        font-size: 250px;
        font-weight: 400;
        line-height: 300px;
    }

    .e404__title{
        margin-top: 42px;

        margin-top: 40px;

    }
}

@media screen and (max-width: 991px){

    .e404__bg--desktop{
        display: none;
    }

    .e404__bg--mobile{
        display: block;
    }

    .e404__number{
        font-size: 150px;
        font-weight: 400;
        line-height: 183.91px;
        text-align: center;
        
        margin-top: 94px;
    }

    .e404__title{
        font-size: 24px;
        font-weight: 400;
        line-height: 29.05px;
        
        margin-top: 16px;
    }

    .e404__text{
        font-size: 14px;
        font-weight: 500;
        line-height: 16.94px;
        text-align: center;

        margin-top: 18px;
        
    }
}
