.index-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 140px;
    width: 100%;

    .header-top-red-line {
        width: 100%;
        height: 10%;
        background: #9a0000;
    }

    .header-content {
        display: flex;
        align-items: center;
        height: 90%;
        width: 1200px;

        a {
            display: flex;
            flex-direction: row;
            align-items: center;
        }
    }

    .header-content .national-emblem {
        height: 100%;
        margin: 0 5px 0 5px;
    }

    .header-content .national-emblem img {
        width: 65px;
    }

    .header-content .platform {
        margin: 0 0 0 25px;
    }

    .header-content .gray-line {
        margin: 0 70px 0 70px;
        width: 2px;
        height: 45%;
        background: #dddddd;
    }

    .header-content .title {
        color: #b50000;
        font-size: 42px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        letter-spacing: 10px;
        line-height: 1;
    }

    .header-content .logo {
        margin-left: 56px;
    }
}
