.failure_box {
    height     : 154px;
    text-align : center;
}

.failure_box div:first-child {
    left      : 50%;
    padding   : 15px;
    position  : absolute;
    transform : translateX(-50%);
    width     : 490px;
}

.failure_box img {
    float : left;
    width : 100px;
}

h1 {
    border      : none;
    font-size   : 40px;
    line-height : 50px;
    margin      : 0;
    padding     : 0 0 0 15px;
}

h2 {
    padding-left : 15px;
}

@media (max-width : 540px) {
    .failure_box {
        height     : 129px;
    }

    .failure_box div:first-child {
        width : 310px;
    }

    .failure_box img {
        width : 75px;
    }

    h1 {
        font-size   : 20px;
        line-height : 25px;
    }
}