#header {
  background: rgba(255,255,255,0.5);
}
.scrolled #header {
  background: #fff;
  height: 75px;
}
.header .logo img {
  max-height: 100px;
}
.scrolled #header.header .logo img {
  max-height: 60px;
}
.hero {
  align-items: end;
  justify-content: end;
}
.image-block img {
  max-height: 100px;
}
.features .features-item img {
  border: none;
  box-shadow: none;
}
.team .member .member-img {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.clients.big .client-logo img {
  padding: 0;
}
.image-block img {
  max-width: 50%;
}
.features .features-item ul.half-list {
  flex-wrap: wrap;
  display: flex;
}
.half-list li {
  width: 50%;
}