.sk-masthead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 32px;
    background-color: #B7A580;
}

.sk-masthead-text {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    color: #3f3f46;
    white-space: nowrap;
}

.sk-masthead-logo {
    height: 56px;
    width: auto;
    display: block;
}
