.Header__infoBanner {
    background-color: #fff8e1;
    border-top: 1px solid #ffe082;
    border-bottom: 1px solid #ffe082;
    color: #5d4037;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 0.1px;
}

.Header__infoBannerIcon {
    margin-right: 6px;
    font-size: 15px;
    vertical-align: middle;
}

.Header__infoBanner strong {
    color: #e65100;
    font-weight: 700;
}

.Header__infoBanner a {
    color: #e65100;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.Header__infoBanner a:hover {
    color: #bf360c;
    text-decoration: none;
}
