section.error-404.not-found {
    padding: 150px 80px;
    background-image: url("/wp-content/uploads/2024/09/bg-5.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-header .page-404 {
    font-family: 'Elizeth';
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    color: #fff;

}

.page-header .page-title {
    font-family: 'Elizeth';
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    color: #fff;
}

.page-content {
    display: flex;
    flex-direction: column;
}

.page-content p {
    font-family: 'ABC Favorit Variable';
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    padding: 20px 0 40px;
    color: #fff;

}

.page-content a {
    font-family: 'ABC Favorit Variable';
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 40px 20px 40px;
    background-color: #005AD3;
    border-radius: 30px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px)  {
    section.error-404.not-found{
        padding: 100px 40px;
    }
}
@media screen and (max-width: 600px)  {
    .page-header .page-404{
        font-size: 45px;
    }
    .page-header .page-title{
        font-size: 18px;
    }
    .page-content p{
        font-size: 16px;
        line-height: 26px;
    }
    .page-content a{
        font-size: 16px;
    }

}