.co-brand img {
  display: block;
  width: 16rem;
  max-width: 42vw;
  height: auto;
}

.co-footer img {
  width: 13.5rem;
  height: auto;
}

@media (max-width: 41.99rem) {
  .co-brand img {
    width: 12rem;
    max-width: 56vw;
  }
}
