.gs18-Header .gs18-Header__Lang {
    white-space: normal;
    width: 315px;
    height: 20px;
}

.gs18-Header .gs18-Header__Lang img {
    width: 194px;
}
.gs18-Header .gs18-Header__Logo {
    height: 51px;
}

@media only screen and (max-width: 980px) {

    .gs18-Header .gs18-Header__Lang {
        width: 120px;
        font-size: 9px;
    }

    .gs18-Header .gs18-Header__Logo img {
        width: 84px !important;
    }

}