#organizational-unit {
    width: 100vw;
    margin: auto;
    overflow-x: hidden;
}

/*
    +------------------------------------------------------------------------------+
    |                                                                              |
    |  +----------------------------+  +---------------------------------------+   |
    |  |                            |  |                                       |   |
    |  |                            |  |                                       |   |
    |  |                            |  +---------------------------------------+   |
    |  |                            |  |                                       |   |
    |  |                            |  |                                       |   |
    |  |                            |  +---------------------------------------+   |
    |  |                            |  |                                       |   |
    |  |                            |  |                                       |   |
    |  +----------------------------+  +---------------------------------------+   |
    |                                                                              |
    +------------------------------------------------------------------------------+
*/
#organizational-unit-logo-and-charter {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10rem 0;
}

/*
    Set both boxes to have 50% width
    +--------------------------------------------------------------------+
    |                                 |                                  |
    |  +----------------------------+ | +-----------------------------+  |
    |  |                            | | |                             |  |
    |  |                            | | |                             |  |
    |  |                            | | +-----------------------------+  |
    |  |                            | | |                             |  |
    |  |                            | | |                             |  |
    |  |                            | | +-----------------------------+  |
    |  |                            | | |                             |  |
    |  |                            | | |                             |  |
    |  +----------------------------+ | +-----------------------------+  |
    |                                 |                                  |
    +--------------------------------------------------------------------+
*/
#organizational-unit-logo-and-charter>div {
    width: 50%;
}

/*
    +--------------------------------------------------------------------+
    |               HERE              |                                  |
    |  +----------------------------+ | +-----------------------------+  |
    |  |                            | | |                             |  |
    |  |                            | | |                             |  |
    |  |                            | | +-----------------------------+  |
    |  |                            | | |                             |  |
    |  |                            | | |                             |  |
    |  |                            | | +-----------------------------+  |
    |  |                            | | |                             |  |
    |  |                            | | |                             |  |
    |  +----------------------------+ | +-----------------------------+  |
    |                                 |                                  |
    +--------------------------------------------------------------------+
*/
#organizational-unit-logo-and-charter-logo {
    display: grid;
    place-items: center;
}

/*
    +--------------------------------------------------------------------+
    |                                 |                                  |
    |  +----------------------------+ | +-----------------------------+  |
    |  |                            | | |                             |  |
    |  |                            | | |                             |  |
    |  |         +--------+         | | +-----------------------------+  |
    |  |         |  HERE  |         | | |                             |  |
    |  |         |        |         | | |                             |  |
    |  |         +--------+         | | +-----------------------------+  |
    |  |                            | | |                             |  |
    |  |                            | | |                             |  |
    |  +----------------------------+ | +-----------------------------+  |
    |                                 |                                  |
    +--------------------------------------------------------------------+
*/
#organizational-unit-logo-and-charter-logo>img {
    width: 50%;
}

/*
    +--------------------------------------------------------------------+
    |                                 |  HERE                            |
    |  +----------------------------+ | +-----------------------------+  |
    |  |                            | | |                             |  |
    |  |                            | | |                             |  |
    |  |         +--------+         | | +-----------------------------+  |
    |  |         |        |         | | |                             |  |
    |  |         |        |         | | |                             |  |
    |  |         +--------+         | | +-----------------------------+  |
    |  |                            | | |                             |  |
    |  |                            | | |                             |  |
    |  +----------------------------+ | +-----------------------------+  |
    |                                 |                                  |
    +--------------------------------------------------------------------+
*/
#organizational-unit-logo-and-charter__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
}

/*
    +--------------------------------------------------------------------+
    |                                 |                                  |
    |  +----------------------------+ | +-----------------------------+  |
    |  |                            | | | HERE                        |  |
    |  |                            | | |                             |  |
    |  |         +--------+         | | +-----------------------------+  |
    |  |         |        |         | | | HERE                        |  |
    |  |         |        |         | | |                             |  |
    |  |         +--------+         | | +-----------------------------+  |
    |  |                            | | | HERE                        |  |
    |  |                            | | |                             |  |
    |  +----------------------------+ | +-----------------------------+  |
    |                                 |                                  |
    +--------------------------------------------------------------------+
*/
#organizational-unit-logo-and-charter__items>div {
    width: 70%;
}

/*
    +--------------------------------------------------------------------+
    |                                 |                                  |
    |  +----------------------------+ | +-----------------------------+  |
    |  |                            | | | HERE:p                      |  |
    |  |                            | | |                             |  |
    |  |         +--------+         | | +-----------------------------+  |
    |  |         |        |         | | | HERE:p                      |  |
    |  |         |        |         | | |                             |  |
    |  |         +--------+         | | +-----------------------------+  |
    |  |                            | | | HERE:p                      |  |
    |  |                            | | |                             |  |
    |  +----------------------------+ | +-----------------------------+  |
    |                                 |                                  |
    +--------------------------------------------------------------------+
*/
#organizational-unit-logo-and-charter__items>div>p:first-child {
    margin-bottom: 2rem;
    font-size: 2.7rem;
    font-weight: 500;
}

/*
    +--------------------------------------------------------------------+
    |                                 |                                  |
    |  +----------------------------+ | +-----------------------------+  |
    |  |                            | | |                             |  |
    |  |                            | | | HERE:p                      |  |
    |  |         +--------+         | | +-----------------------------+  |
    |  |         |        |         | | |                             |  |
    |  |         |        |         | | | HERE:p                      |  |
    |  |         +--------+         | | +-----------------------------+  |
    |  |                            | | |                             |  |
    |  |                            | | | HERE:ul                     |  |
    |  +----------------------------+ | +-----------------------------+  |
    |                                 |                                  |
    +--------------------------------------------------------------------+
*/
#organizational-unit-logo-and-charter__items>div>p:last-child,
#organizational-unit-logo-and-charter__items>div>ul>li {
    font-size: 1.4rem;
    color: #4d5765;
}

/*
    +--------------------------------------------------------------------+
    |                                 |                                  |
    |  +----------------------------+ | +-----------------------------+  |
    |  |                            | | |                             |  |
    |  |                            | | |                             |  |
    |  |         +--------+         | | +-----------------------------+  |
    |  |         |        |         | | |                             |  |
    |  |         |        |         | | |                             |  |
    |  |         +--------+         | | +-----------------------------+  |
    |  |                            | | |                             |  |
    |  |                            | | | HERE:ul                     |  |
    |  +----------------------------+ | +-----------------------------+  |
    |                                 |                                  |
    +--------------------------------------------------------------------+
*/
#organizational-unit-logo-and-charter__items>div:last-child>ul {
    text-decoration: none;
    margin-left: 2rem;
}

@media only screen and (orientation: portrait) {
    #organizational-unit-logo-and-charter {
        flex-direction: column;
        padding: 0;
        padding-bottom: 10rem;
    }

    #organizational-unit-logo-and-charter>div,
    #organizational-unit-logo-and-charter-logo>img {
        width: 90%;
    }

    #organizational-unit-logo-and-charter-logo>img {
        padding: 5rem 0;
    }

    #organizational-unit-logo-and-charter__items {
        width: 90% !important;
        margin: 0 auto;
    }

    #organizational-unit-logo-and-charter__items>div {
        width: 100%;
    }

    #organizational-unit-logo-and-charter__items>div>p:first-child {
        margin-bottom: 1rem;
    }
}