.four-oh-four .text-wrapper p.not-found{
    margin: 0 0 40px;
}

.four-oh-four .text-wrapper p.not-found span {
    display:flex;
    margin: 0 20px;
    font-size: 2rem;
    color: rgba(0, 0, 0, .5);
}

.four-oh-four .text-wrapper p{
display:flex;
flex-wrap:wrap;
justify-content:center;
}

.four-oh-four .text-wrapper  a {
    background: #A042DB;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    padding: 8px 26px;
    position: relative;
    display: inline-flex;
    border: 2px solid #A042DB;
    transition: .2s;
    font-size: 1.6rem;
    margin: 10px;
    min-width: fit-content;
}

.four-oh-four .text-wrapper a:after {
    height: 20px;
    width: 20px;
    margin-left: 14px;
    content: "";
    display: inline-flex;
    position: relative;
    background-image: url(/~/media/Images/M/myko/logo/right-arrow.svg);
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    top:3px;
}

@media screen and (max-width: 768px) {
    .four-oh-four .text-wrapper p.not-found span {
    justify-content: center;
        margin: 10px 20px;
    }
}