.t-primary-bgcolor {
    background-color: white;
}

a {
    color: #0075bf;
}

body {
    background-color: #FFF;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 118px;
}

.header__logo img {
    width: 286px;
}

.header__nav a {
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
}

.footer-wrapper {
    background-color: #eaedf0;
}

.footer {
    display: grid;
    place-items: center;
    padding: 40px;
    font-size: 18px;
    line-height: 50px;
}
