
body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    /* Scheduled System Maintenance */
    box-sizing: border-box;
    background: #F3F4F6;
    border: 1px solid #CFD4DA;
    box-shadow: 0px 8px 8px rgba(83, 91, 100, 0.08);
    font-family: 'Source Sans Pro';
}

.container {
    display: flex;
    align-items: center;
    max-width: 1300px;
    width: 90%;
    padding: 40px;
}

.logo-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 126px;
    left: 24px;
    top: 24px;
}

.image-placeholder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: 40px;
    @media (max-width: 768px) {
        display: none;
    }

    max-width: 640px;
}

.text {
    width: 50%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #343A40;

    @media (max-width: 768px) {
        width: 100%;
    }
}

.text h2 {
    margin: 0 0 20px;
    font-size: 24px;
    /* Scheduled System Maintenance */
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #343A40;


}

.text p {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #343A40;
}

.text a {
    color: #FE5000;
    text-decoration: none;
    font-weight: bold;
}