.news_title{
    max-width: 100%;
    height: 55px;
    background-color: var(--main-bule_2);
    margin: 0 auto;
}
.news_title P{
    font-size: var(--title-font-size);
    font-weight: 600;
    color: var(--main-white);
    text-align: center;
}
.under_construction{
    max-width: 100%;
    display: flex;
    justify-content: center;
}
.under_construction img{
    padding: 95px 0;
    width: 30%;
}
.under_construction h1{
    padding: 350px 0;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 428px) {
    /* IPhone 13 Pro Max / 12 Pro Max (926x428) */
    .news_title{
        height: 40px;
    }
    .news_title P{
        font-size: 25px;
        line-height: 40px;
    }
    .under_construction h1{
        font-size: 30px;
    }
}