.maintenance{display:flex;flex-flow:column;justify-content:center;align-items:center;gap:var(--spacing-md);height:100vh;text-align:center}.maintenance__heading{margin-bottom:1rem}.maintenance__logo{height:4rem}.maintenance__contact-container{display:flex;flex-flow:row;justify-content:center;align-items:center;gap:var(--spacing-lg)}@media (max-width:479px){.maintenance__contact-container{flex-flow:column;gap:1rem}}.maintenance__text{width:75%;margin-bottom:2rem}@media (max-width:479px){.maintenance__text{width:100%}}.maintenance__contact-container-item{display:flex;flex-flow:row;justify-content:center;align-items:center;gap:1rem}.maintenance__svg{width:1.5rem;height:1.5rem;color:#15a445}.test-flex-container{display:flex;flex-flow:row;justify-content:center;align-items:end;gap:2rem;margin-bottom:27px}