.wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    background: #fff;
}

.wrapper h4 {
    font-size: 24px;
}
.wrapper p {
    font-size: 18px;
}

h1.error_code {
    font-size: 128px;
    text-align: center;
}
.wrapper a {
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;

}


.wrapper .left {
    height: 100%;
    width: 42%;
    background: #2D3338;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper .left picture {
    text-align: center;
}
.wrapper .left img {
    max-width: 70%;
}

.wrapper .right {
    width: 58%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper .right  .content {
    padding: 4% 8%;
}

.content__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 700px;
    max-width: 700px;
    margin: 0 auto;
}

.content__action .content__action-link {
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.content__action .content__action-link img{
    width: 100%;
    max-width: 120px;
}
.content__action .content__action-link  a {
    margin-top: 30px;
    color: #000000;
}
