/*Header*/
.head-btn{
    background: var(--unnamed-color-f2eee2) 0% 0% no-repeat padding-box;
    background: #F2EEE2 0% 0% no-repeat padding-box;
    color: black;
    border-radius: 50px;
    opacity: 1;
    height: 40px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font: normal normal normal 16px/29px Trebuchet MS;
}

.header-container {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo-imgs {
    flex-shrink: 0;
    padding-inline: 2em;
    max-height: 90px;
}


.btn-container {
    display: flex;
    align-items: center;
    margin-right: 2.5%;
}


@media (max-width: 944px) {
    .logo-imgs {
        max-height: 25px;
    }
}