.trustMarkFooterHook a {
  text-decoration: none;
}

.trustMarkFooterHook img {
  max-height: 50px;
}

li.confianzalink {
    display: block;
    margin: 0 15px;
    list-style-type: none;
}

img.confianza {
  display: inline;
  width: 40px;
}

@media only screen and (max-width: 490px) {
    .confianzalink {
        display: none !important;
    }
}

@media screen and (min-width: 767px) {
  .trustMarkFooterHook {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
