.page-not-found-section {
    margin: 0;
    background-color: #F4F0EE;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 180px 0px 90px 0;
}

.page-not-found-section .page-not-found-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
}

.page-not-found-container .page-not-found-heading,
.return-home-h2,
.reward-not-valid-p3 {
    flex: 0;
    margin: 0;
}

.page-not-found-container .page-not-found-heading h1 {
    padding: 0;
    margin: 0;
    font-size: 70px;
    line-height: 74px;
    font-weight: 400;
    text-align: center;
    font-family: "Libre Caslon Text", serif;
    color: #1C1B19;
}

.page-not-found-container .return-home-h2 a {
    padding: 0;
    margin: 0;
    font-size: 30px;
    line-height: 34px;
    text-decoration: none;
    font-weight: 800;
    text-align: center;
    font-family: "AvenirNextLT-Pro-Regular";
    color: #1C1B19;
}

.page-not-found-container .return-home-h2 a:hover {
    color: #551A8B;
}

.page-not-found-container .return-home-h2 h2 {
    padding: 20px 0px 0px 0px;
    margin: 0;
}