body.home .mita-home-featured-projects .mita-featured-project-image {
  background: #f8fafc;
}

body.home .mita-home-featured-projects .mita-featured-project-image img {
  display: block;
}

body.home .mita-home-featured-projects .mita-featured-logo-link {
  width: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

body.home .mita-home-featured-projects .mita-featured-logo-item img {
  object-fit: contain;
}

@media (max-width: 767px) {
  body.home .mita-home-featured-projects .mita-featured-projects-track {
    grid-auto-columns: minmax(240px, 82%);
  }

  body.home .mita-home-featured-projects .mita-featured-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.home .mita-home-featured-projects .mita-featured-logo-item {
    min-height: 72px;
    padding: 14px 16px;
  }
}
