.logo-agc {
  height: 30px;
}

.pb-150 {
  padding-bottom: 150px;
}

/* ------------- Custmization of counter banner ----------------- */

.counter-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.counter-box > :nth-child(2) {
  margin: 10px;
  min-width: 80px;
}

.counter-box > :nth-child(1) {
  display: flex;
  justify-content: flex-end;
  min-width: 80px;
}

/* ------------- !!! LANGUAGE CONTROLS !!! ----------------- */

.lang {
  background: none;
  border: none;
  /* add !important to completely remove the selection border */
  outline: none !important;
  /* fixes issues with empty space under the images */
  vertical-align: top;
  font-size: 0;
}

.lang_image {
  margin-top: -1px;
  height: 28px;
  -webkit-filter: drop-shadow(1px 1px 1px #222);
  filter: drop-shadow(1px 1px 1px #222);
}

@media (max-width: 991px) {
  .lang_switcher {
    margin: auto; /* to center its items */
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.7rem;
  }
}

@media (min-width: 992px) {
  .lang_switcher {
    margin: 15px;
  }
}
