/* B3 to B4 */
.h-100 {
    height: 100% !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.container {
    width: 100%;
}
.maintenance {
    font-size: 1.25rem;
    font-weight: 300;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}
.text-center {
    text-align: center !important;
}
html {
    line-height: 1.15;
    font-size: 16px;
}
body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}
p {
    margin-bottom: 1rem;
}
/* specific */
.h-fullscreen {
    height: calc(100vh) !important;
}
.container {
    height: 100%;
}
.img-maintenance {
    margin-bottom: 5rem;
    width: 100%;
    max-width: 600px;
    height: auto;
}