.networks {
  display: flex;
  flex-direction: column;
  /*background-color: #06101b;*/
  padding: 1rem;
  color: #b1b1b1;
  font-size: 1rem;
}

.networks .member-cont {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-self: center;
}

.networks .member {
  display: flex;
  /*width: 30%;*/
  /*max-width: 210px;*/
  align-items: center;
}

.networks .intro {
  text-align: center;
  font-size: 0.7rem;
  color: #7b7b7b;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
  max-width: 800px;
  margin-inline: auto;
}

.networks .info {
  text-align: center;
  font-size: 0.7rem;
  color: #a3a3a3;
  margin-top: 0.9rem;
  max-width: 800px;
  margin-inline: auto;
  display: none;
}

.networks .member img {
width: auto;
min-width: 108px;
height: calc(2vw + 14px);
max-height: 40px;
}

