.product-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.nexrent-card {
  background: radial-gradient(circle at 88% 8%, rgba(255, 196, 0, .3), transparent 30%), linear-gradient(135deg, #fffdf4, #fff7cf);
  border-color: #f2d765;
}

.nexrent-card h3 { color: #121315; }
.nexrent-card .product-title small { background: #171819; color: #ffc400; }
.nexrent-card .feature-cols li::before, .nexrent-link { color: #a87600; }
.nexrent-icon { padding: 0; background: #111; box-shadow: 0 10px 24px rgba(25, 25, 25, .18); }
.nexrent-visual { align-self: end; position: relative; }
.nexrent-visual::before {
  content: "";
  position: absolute;
  inset: -18px;
  background: radial-gradient(circle, rgba(255, 196, 0, .38), transparent 68%);
  filter: blur(10px);
}
.nexrent-visual img {
  position: relative;
  height: 235px;
  width: 100%;
  object-fit: cover;
  object-position: left top;
  border-radius: 15px;
  border: 7px solid #101112;
  box-shadow: 0 22px 32px rgba(25, 25, 25, .2);
}

@media (max-width: 820px) {
  .nexrent-visual { margin-top: 25px; }
  .nexrent-visual img { height: 280px; }
}

@media (max-width: 560px) {
  .nexrent-visual img { height: 190px; }
  .footer-grid > div:last-child { flex-wrap: wrap; justify-content: center; }
}
