#block-linktuttogare {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 24px;
  background-color: #f3f3ec;
  margin-bottom: 40px;
}
#block-linktuttogare > div,
#block-linktuttogare .wrapper-link-elenco {
  width: 100%;
  display: flex;
}
#block-linktuttogare .wrapper-link-elenco > div {
  width: 50%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  #block-linktuttogare {
    flex-direction: column;
  }
  #block-linktuttogare .wrapper-link-elenco {
    flex-direction: column;
  }
  #block-linktuttogare .wrapper-link-elenco > div {
    width: 100%;
  }

  #block-linktuttogare .wrapper-link-elenco > div {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  header > .navbar span.close-button-mobile,
  .path-frontpage header > .navbar span.close-button-mobile {
 /*   color: #fff !important;*/
  }

  header > .navbar span.close-button-mobile {
   /* color: #fff !important;*/
    font-size: 20px;
    font-weight: bolder;
    background-image: none;
    width: 30px;
    height: 30px;
    padding-top: 7px;
    padding-left: 2px;
  }
}
