.header {
    width: 100%;
    background: var(--secondary-color);
}

.header .inner-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(100% - 150px);
    height: 142px;
    margin: 0 auto;
}

.inner-header .left-logo {
    width: 150px;
    height: 120px;
}

.inner-header .right-logo {
    width: 146px;
    height: 120px;
    padding: 0 10px;
}

.inner-header .title {
    text-align: center;
}

.inner-header h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 22px;
    font-family: var(--Open-Sans);
    color: var(--primary-background-color);
}

.inner-header h4 {
    font-size: 19px;
    font-weight: 300;
    font-family: var(--Roboto);
    color: var(--text-color-4);
}