.header_text__container {
    width: 100%;
    height: 3em;
    line-height: 3em;
    position: relative;
    text-align: center;
}

.header_text__title {
    text-transform: uppercase;
    font-size: 1em;
}

.header_text__left,
.header_text__right {
    position: absolute;
    top: 0;
}

.header_text__left {
    text-align: left;
    left: 0;
}

.header_text__right {
    text-align: right;
    right: 0;
}

.header_text__button {
    padding: 1em;
    cursor: pointer;
}

.header_text__button_icon {
    height: 1.5em;
    margin-top: 0.75em;
    vertical-align: top;

}

.header_text__icon {
    position: absolute;
    left: 4em;
    width: 3em;
    margin-right: 0.5em;
}

@media screen and (max-width: 450px) {
    .header_text__title {
        position: absolute;
        left: 9em;
        font-size: 0.9em;
    }
}