﻿.error-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .error-wrap:after {
        display: none;
    }

    .error-wrap .image-wrap {
        max-width: 120px;
        height: 120px;
        margin: 0 auto 10px;
    }

.error-text-block {
    max-width: 650px;
    padding: 0 10px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
}

    .error-text-block p {
        margin-bottom: 0;
    }

    .error-text-block .error-heading {
        margin-bottom: 0;
        color: #000;
    }
