.paragraph-1 {
    font-family: "Montserrat";
    font-size: 22px;
    font-size: calc(20.1px + 0.1vw);
    font-weight: 400;
    text-align: left;
    margin: 0;
}

#maintenance {
    background-image: url(../img/bg/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}