.p-404-content {
    padding: 15vw 0;
    text-align: center
}

.p-404-content__img {
    width: 70vw;
    margin: 0 auto 6vw
}

.p-404-content__title {
    font-family: "Jost";
    font-style: italic;
    font-size: 10vw;
    line-height: 1;
    background: linear-gradient(90deg, rgb(73, 203, 173) 0%, rgb(27, 131, 200) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    margin-bottom: 6vw
}

.p-404-content__txt {
    text-align: left;
    margin-bottom: 6vw
}

.p-404-content__btn {
    max-width: 24.5rem;
    width: 100%;
    margin: 0 auto
}

.p-404-content__btn a {
    display: block;
    padding: 1rem 0;
    color: #fff;
    background: linear-gradient(90deg, rgb(73, 203, 173) 0%, rgb(27, 131, 200) 100%);
    position: relative;
    font-weight: 700
}

.p-404-content__btn a:before {
    content: "";
    width: 1.1875rem;
    background-image: url("../images/common/arrow_forward_white.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.25rem;
    transform: rotate(180deg)
}

@media screen and (min-width: 768px) {
    .p-404-content {
        padding: 5.75rem 0 7.5rem
    }

    .p-404-content__img {
        width: 23.125rem;
        margin: 0 auto 1.6875rem
    }

    .p-404-content__title {
        font-size: 5.125rem;
        margin-bottom: 3.125rem
    }

    .p-404-content__txt {
        margin-bottom: 3.125rem
    }

    .p-404-content__txt{
        text-align: center;
    }

    .p-404-content__btn a:hover {
        opacity: .8
    }
}
