.page_404{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-404-text {
    max-width: 555px;
    width: 100%;
}
.page-404-text h2{
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 24px;
    color: #333333;
}
.page-404-text p{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    margin-bottom: 48px;
    color: #5A616C;
}

.page-404-text a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    max-width: 248px;
    height: 52px;
    background: #DC2520;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}

@media(max-width: 767px)
{
    .page_404{
        flex-direction: column-reverse;
    }
    .page-404-image{
        max-width: 100%;
        width: 100%;
    }
    .page-404-image svg{
        width: 100%;
        height: 325px;
    }
    .page-404-text h2{
        text-align: center;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .page-404-text p{
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
    }
    .page-404-text a{
        max-width: 100%;
        font-size: 16px;
        line-height: 20px;
    }
}