/*TIRAR LINHAS RODAPE*/
.gateways-rodape li:nth-child(odd) {
border-right: none;
}
.gateways-rodape li:nth-child(2) {
border-left: none;
}
.gateways-rodape li:nth-child(odd) {
border-right: none;
}

.img {
  max-width: 100%;
  height: auto; /* Isso mantém a proporção da imagem */
}