footer .swiper-image-stretch .swiper-slide .swiper-slide-image {
  max-height: 75px;
  width: auto;
}
.brands-list .brands-list__item {
  border-left: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
  min-height: 147px;
}
.brands-list .brands-list__item:nth-child(6n+1) {
  border-left: none;
}
.brands-list .brands-list__item:nth-child(n+13) {
  border-bottom: none;
}
.brands-list .brands-list__item-img {
  max-height: 72px;
  width: auto;
  filter: grayscale(100%);
}
.brands-list .brands-list__item-img:hover {
  filter: grayscale(0%);
}
.grayscale img {
  max-height: 72px;
  width: auto;
  filter: grayscale(100%);
}
.grayscale img:hover {
  filter: grayscale(0%);
}
.people ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.people ul li {
  margin-left: 0;
  padding-left: 0;
}
.people ul li span {
  display: block;
  font-size: 12px;
}
.people span {
  display: block;
  font-size: 12px;
}
.overlay img {
  mix-blend-mode: multiply;
}
.jet-form-builder h3 {
  margin-bottom: 6px;
  font-size: 18px;
}
.jet-form-builder h4 {
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: 4px;
  font-size: 15px;
}
.jet-form-builder ul + h4 {
  margin-top: 0;
}
.jet-form-builder p, .jet-form-builder li, .jet-form-builder ol {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 1.4em;
}
.jet-form-builder p {
  margin-bottom: 12px;
}
.jet-form-builder .jet-form-builder-file-upload {
  border: solid 1px #dedede;
  background-color: #fff;
  padding: 9px;
}

