.product-logo {
  width: 100%;
  height: 132px;
  position: relative;
  margin: 26px 0 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, rgba(239, 245, 255, .82));
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.product-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.product-logo-square img {
  border-radius: 17%;
  box-shadow: 0 12px 28px rgba(7, 16, 31, .16);
}

.product-logo-wide img {
  width: min(88%, 240px);
  max-height: 70px;
  box-shadow: none;
}

.product-logo-light img { background: #fff; }

.feature-card .product-logo {
  width: 46%;
  height: 148px;
  border-color: var(--line-dark);
  background: #fff;
}

.feature-card .product-logo-square img { max-height: 118px; }

@media (max-width: 720px) {
  .feature-card .product-logo { width: 100%; }
}
