.image-404 {
    max-width: 334px;
    margin: 0 auto 30px;
    display: block;
    width: 100%;
}
.image-500 {
    margin: 0 auto 30px;
    display: block;
    width: 90%;
}
#content-404{
    color: #333;
}
#content-404 h2.title {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
#content-404 h2.title:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    background-color: #222;
    bottom: 0;
}
#content-404 ul {
    margin: 14px 0;
}
#content-404 ul li {
    padding-left: 26px;
    position: relative;
    line-height: 30px;
}
#content-404 ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #14375B;
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 5px;
}
#content-404 p{
    line-height: 21px;
}
.thanks-contact-link {
    display: inline-block;
    color: #ed774d;
    background-color: transparent;
    text-decoration: underline;
    font-weight: bold;
}
#content-404 .line-height-30{
    line-height: 30px;
}


@media (max-width:676px) {
    .image-500 {
        width: 80%;
    }
}