body {
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

img {
    display: block;
}

.container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
}

.maintenance {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.maintenance__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.maintenance__logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: clamp(0.938rem, 0.713rem + 1.13vw, 2.063rem);
    margin-bottom: 100px;
}

.maintenance__logo {
    width: 100%;
    max-width: clamp(6.625rem, 4.95rem + 8.38vw, 15rem);
    object-fit: contain;
}

.maintenance__texts {
    text-transform: uppercase;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
}

.maintenance__title {
    font-size: clamp(1.5rem, 1rem + 2.5vw, 4rem);
    font-weight: 300;
    line-height: 112%;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(247deg, #57d1dc 0%, #049efc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.maintenance__subtitle {
    font-size: clamp(1.125rem, 0.95rem + 0.88vw, 2rem);
    color: #676767;
}