

.error-404-container {
    padding:120px 20px;
}
.error-404-image > img {
    width: 100%;
    height: auto;
}

.error-404-title {
    font-size: 36px;
    font-weight: 700;
    margin-top:120px;
    margin-bottom: 10px;
    color: #fff;
}

.error-404-message{
    font-size: 18px;
    color: #fff;
}