.t-primary-bgcolor {
    background-color: #333;
}

a {
    color: #6195b9;
}

.header-wrapper {
    background-color: #000;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.header__right {
    color: #fff;
    text-align: right;
}

.header__right p {
    margin-bottom: 0;
    font-weight: 500;
}