.header-section {
    width: 100%;
    background-color: #fff;
}

.top-notification-bar {
    background-color: #73a0c5;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
}

.top-notification-bar p {
    margin: 0;
}

.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 12px 40px;
    border-bottom: 1px solid #eee;
}

.logo-wrapper img {
    height: 50px;
    width: 100px;
    display: block;
}