@import url();

.etc__maintenance-content {
    background-color: #fff;
    text-align: center;
    margin-bottom: 0;
    /* font-family: Arial, Helvetica, sans-serif; */ 
    font-family: "Source Sans 3", sans-serif;
}

.etc__maintenance-content img {
    margin-top: 50px;
    margin-bottom: 50px;
}

.etc__maintenance-h1, .etc__maintenance-h2 {
    text-transform: uppercase;
    color: #0F2C3D;
    }
    
    .etc__maintenance-h1 {
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 24px;
    }
    
    .etc__maintenance-h2 {
    margin-bottom: 72px;
    }
    
    .etc__maintenance-p {
    color: #808080;
    }
    
    .etc__maintenance-p a {
    color: #0F2C3D;
    font-weight: bold;
    }

@media screen and (max-width: 800px) {
    .etc__maintenance-content {
        margin-left: 15px;
        margin-right: 15px;
    }
    .etc__maintenance-content img {
        margin-bottom: 10px;
        max-width: 50%;
    }

    .etc__maintenance-h1 {
        font-weight: bold;
        font-size: 40px;
        margin-bottom: 20px;
    }
    .etc__maintenance-h2 {
        margin-bottom: 42px;
        }
}