.lang-rec-banner{
  position: relative;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 1.5em 2em;
  background: #002341;
  color: #fff;
  text-transform: none;
  font-weight: 300;
  font-family: noto_sansregular,sans-serif;
}


.lang-rec-banner .grid-container{
  position: relative;
  grid-template-columns: repeat(2,1fr);
  display: grid;
  grid-gap: 2em;
  max-width: 760px;
  margin: 0 auto;
}


.lang-rec-banner button{
  position: absolute;
  top: -5px;
  right: 0;
  border-width: 0;
  outline: 0;
  background: transparent;
  padding: 0;
  height: 25px;
  width: 25px;
  font-weight: 300;
}
.lang-rec-banner .country-recommendation a{
  padding: .65em 1.75em;
  line-height: 1;
  border-width: 1px;
}

.lang-rec-banner .country-recommendation a.button{
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .65em 1.75em;
  font-weight: 700;
  border-radius: 3px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  display: inline-flex;
}

.lang-rec-banner .country-recommendation a.button:hover{
  background: #fff;
  color: #0081F0;
}



.lang-rec-banner .country-recommendation a span{
  display: inline-block;
  vertical-align: middle;
}

.lang-rec-banner .country-recommendation a img{
  /* padding: .5em 2em;
  background: #d7d7df; */
  margin-right: 5px;
}



@media screen and (max-width: 768px) {
  .lang-rec-banner .grid-container{
    position: relative;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 2em;
    max-width: 760px;
    width: 100%;
  }

  .lang-rec-banner .grid-container .text-holder{
    padding-right: 30px;
  }
}

.top-bar-banner{
  position: relative;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 1.5em 2em;
  background: #002341;
  color: #fff;
  text-transform: none;
  font-weight: 300;
  font-family: noto_sansregular,sans-serif;
}

.top-bar-banner button {
  position: absolute;
  top: -5px;
  right: 0;
  border-width: 0;
  outline: 0;
  background: transparent;
  padding: 0;
  height: 25px;
  width: 25px;
  font-weight: 300;
}

.top-bar-banner .grid-container{
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}

.top-bar-banner .grid-container > div:first-of-type {
  width: 70%;
}