.maintenance-page-center{
    display:grid;
    place-items:center;
    margin:0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color:#1E1E1E;
  }
  .maintenance-wrap{
    text-align:center;
    max-width:880px;
    padding:64px;
  }
  .maintenance-icon{
    width:64px;
    height:64px;
    margin:0 auto 16px;
    display:block;
  }
  .maintenance-title{
    margin:0 0 16px;
    font-size:40px;
    line-height:48px;
    font-weight:400;
    color:#0e2a5f;
  }
  .maintenance-lead{
    margin:0 0 48px;
    font-size:20px;
    line-height:32px;
    color:#1E1E1E;
  }
  .maintenance-question{
    margin:0;
    font-size:16px;
    line-height:24px;
    font-weight:700;
    color:#1E1E1E;
  }
  .maintenance-contact{
    margin:0;
    font-size:16px;
    line-height:24px;
    font-weight:700;
    color:#1E1E1E;
  }
  .maintenance-link{
    color:#0A58CA;
    text-decoration:none;
  }
  .maintenance-link:hover{ text-decoration:underline; }