// >>-- 69 Maintenance css start --<<
.maintenance {
  min-height: 100vh;
  position: relative;
  background-image: url(../images/pages/maintain_1.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  h1{
    font-size: calc(28px + (50 - 28) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1;
    margin-bottom: 25px;
  }
  p{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300))) ;
  }
}

// >>-- 69 Maintenance css end --<<