.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-bottom: 97px;
}

.hero>.wrapper {
    margin-bottom: 24px;
}

.p404-title {
    color: rgba(255, 255, 255, 1);
    font-size: 100px;
    font-weight: 400;
    line-height: 110px;
    text-align: center;
    letter-spacing: -5px;
    margin-bottom: 56px;
}

.p404-text {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
    text-align: center;
    margin-bottom: 56px;
}

.p404 .main-btn-2 {
    margin-left: auto;
    margin-right: auto;
}

.hero-bottom-row {
    position: relative;
    margin-top: auto;
}

.p404-title br {
    display: none;
}

@media screen and (max-width: 992px) {
    .p404-title {
        color: rgba(255, 255, 255, 1);
        font-size: 48px;
        font-weight: 400;
        line-height: 60px;
        letter-spacing: -2.4px;
        text-align: center;
        margin-bottom: 40px;
    }

    .p404-text {
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.3px;
        text-align: center;
        margin-bottom: 40px;
    }

    .hero-bottom-row {
        display: none;
    }

    .p404-title br {
        display: block;
    }

    .p404-title span {
        display: none;
    }
}