/* Page Not Found CSS */
.page_not_found {
    margin: 0;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 50px 0 100px;
}

.page_not_found .container {
    z-index: 4;
    position: relative;
}

.page_not_found:after {
    left: 0;
    top: 100%;
    content: "";
    width: 100%;
    height: 350px;
    display: block;
    position: absolute;
    background-color: #f3f3f3;
}

.page_not_found figure {
    margin: 0;
    padding: 0;
    width: 100%;
}

.page_not_found figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page_not_found aside {
    margin: 0;
    padding: 0;
    width: 100%;
}

.page_not_found aside h2 {
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 70px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'AlltheWaytotheSun';
}

.page_not_found aside p {
    margin: 0;
    padding: 0;
    color: #606166;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Proxima Nova Rg';
}

.page_not_found aside p a {
    color: #337ab7;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Proxima Nova Rg';
}