.under-maintenance {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 75vh;
  margin: 5%; }
  @media screen and (max-width: 959px) {
    .under-maintenance {
      height: 105vh; } }
  .under-maintenance .under-maintenance-section {
    width: 410px;
    height: 250px;
    padding: 32px 44px !important;
    border-radius: 8px;
    border: solid 1px #ccc;
    background-color: var(--white);
    flex: inherit; }
  .under-maintenance h1 {
    color: #0d1231;
    font-size: 8rem;
    font-weight: 600; }
  .under-maintenance header {
    color: #0d1231;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.2px;
    text-align: center;
    font-size: 30px; }
  .under-maintenance .info-icon {
    margin: 0 140px 24px;
    object-fit: contain; }
    @media screen and (max-width: 959px) {
      .under-maintenance .info-icon {
        margin: 0 40% 5%; } }
  .under-maintenance p {
    margin: 8px 0 0;
    line-height: 1.50;
    letter-spacing: -0.2px;
    text-align: center;
    color: #606064; }

