section[data-cattype="404"] {
    padding: 60px 0 0;
    background: radial-gradient(#229fbb, #01a9a7);
}

section[data-cattype="404"] .section-title {
    color: #fff;
    display: block;
}


section[data-cattype="404"] .img-section {
    margin: 70px 0 0 0;
    display: block;
    text-align: center;
}

section[data-cattype="404"] ul.listImage li,
section[data-cattype="404"] ul.listImage li .wrapper_image {
    width: 150px;
    height: 112px;
    border: none;
}

section[data-cattype="404"] ul.listImage li {
    margin: 10px;
}

section[data-cattype="404"] a img {
    -webkit-transform: scale(1, 1);
    transition: .4s all ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 7px solid #fff;
}

section[data-cattype="404"] a:hover img {
    -webkit-transform: scale(1.05, 1.05);
    z-index: 10000;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, .3);
}

@media screen and (max-width: 767px) {
    section[data-cattype="404"] {
        padding: 30px 0 0;
    }
}