@charset "UTF-8";
#renovation {
    background-image: url(../image/bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center center;
}
#renovation h1 {
    text-align: center;
    font-size: 3em;
    color: #4E443D;
}
#renovation article {
    color: #4E443D;
    text-align: justify;
    line-height: 28px;
}
