.brand {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.footer-brand img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.demo-brand {
  display: block;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}

.demo-brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

@media (max-width: 720px) {
  .brand {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .footer-brand img {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 680px) {
  .demo-brand {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }
}
