#notfound {
    position: relative;
    /* height: 100vh; */
    margin-top: 245px
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.notfound {
    width: 100%;
    text-align: center;
    padding-bottom: 112px;
}

.notfound .notfound-404 {
    height: 280px;
    position: relative;
    z-index: -1
}

.notfound .notfound-404 h1 {
    font-family: montserrat, sans-serif;
    font-size: 120px;
    margin: 0;
    top: 100px;
    font-weight: 900;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-background-clip: text;
    background-size: cover;
    background-position: center;
    color: #028bed;
}

.notfound-404 h2 {
    font-family: montserrat, sans-serif;
    font-size: 50px;
    margin: 0;
    top: 100px;
    font-weight: 900;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-background-clip: text;
    background-size: cover;
    background-position: center;
    color: #028bed;
}

.notfound h2.help-page-404 {
    font-family: montserrat, sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0
}

.notfound p {
    font-family: montserrat, sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0
}

.notfound a {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #028bed;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0 4px 15px -5px #028bed;
    box-shadow: 0 4px 15px -5px #028bed
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 142px
    }

    .notfound .notfound-404 h1 {
        font-size: 100px;
        line-height: 112px;
        top: 26px;
    }
}