
.mentenance {
    height: 100vh;
    display: flex;
    justify-content: center;
    padding-top: 0;
    align-items: center;
}
.mentenance .wrap{
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
}
h1{
    font-size: 30px;
    text-align: center;
}
h1 br{
    display: none;
}
.mentenance .wrap p{
    font-size: 18px;
    margin-top: 30px;
    line-height: 2;
}
.mentenance .wrap p span.red{
    font-weight: bold;
    color: #db4c4c;

}
@media screen and (max-width:850px) {
    h1 br{
        display: block;
    }
}

@media screen and (max-width:670px) {
    .mentenance{
        min-height: 100vh;
        height: auto;
        padding: 30px 0;
    }
    .mentenance .wrap p{
        line-height: 1.5;
        font-size: 16px;
    }
    h1{
        line-height: 1.5;
        font-size: 25px;
    }
}