.header-banner {
  position: absolute;
  width: 100%;
  max-height: 110px;
  top: -57px;
}

.header-banner img {
    width: unset;
    height: unset;
}

.header-banner .header-banner__container {
    margin-left: 10%;
    margin-right: 10%;
    height: inherit;
    /* display: flex;
     font-family: BebasNeue; */
    border: 1px solid #EFEFEF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}



.header-banner .header-banner__left-section {
    background-color: white;
    /* padding: 19px 73px; */
    color: #1d4288;
    flex: 1 1 auto;
    overflow: hidden;
    text-transform: inherit;
    height: 100%;
}



.header-banner .header-banner__left-section span {
    /* font-family: Inter;
font-size: 14px;
font-weight: 700; 
    text-decoration: underline;
    cursor: pointer; */
}

.header-banner .header-banner__left-section .shop-location {
    cursor: pointer; 
}

.header-banner .header-banner__left-section img {
    margin-right: 7px;
}

.header-banner .header-banner__left-section p img {
    margin-right: 7px;
    width: 20px;
}

.header-banner .header-banner__left-section h3,
.header-banner .header-banner__left-section p,
.header-banner .header-banner__left-section div span {
    /* font-family: BebasNeue;
font-weight: 700; 
text-transform: uppercase; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.header-banner .header-banner__left-section h3 {
    /* font-size: 36px;
line-height: 43px;
font-weight: 400; */
    margin: 0px;
    display: inline-block;
    margin-right: 8px;
}

    .header-banner .header-banner__left-section h3 span {
        /* font-size: 14px;
line-height: 17px;
font-family: Inter;
font-weight: 700; */
        text-transform: initial;
    }

.header-banner .header-banner__left-section div span {
    /* font-size: 24px;
line-height: 29px;
font-weight: 400; 
    margin: 0px;
    text-decoration: none; */
}

.header-banner
.header-banner__left-section
.header-banner__left-section__text-change {
    /* font-family: Inter;
font-size: 14px;
font-weight: 700; */
    text-decoration: underline;
    cursor: pointer;
    text-transform: none;
}

.header-banner .header-banner__right-section {
    background-color: #1d4288;
    color: white;
    /* padding: 0 64px;*/
    font-family: BebasNeue;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.header-banner .header-banner__right-section img {
    margin-right: 20px;
}

@media (max-width: 767px) {
    .header-banner .header-banner__left-section .contact-info {
        flex-direction: column;
    }
}

@media (max-width: 1199px) {
    .header-banner {
        position: relative;
        width: 100%;
        top: 0;
    }

        .header-banner .header-banner__container {
            margin: 0;
        }

        .header-banner
        .header-banner__left-section
        .header-banner__left-section__text-change {
            position: absolute;
            top: -23px;
            right: 0;
        }
}