.lamda-cars{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
}
@media (min-width:768px){
  .lamda-cars{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}
@media (min-width:768px){
  .lamda-cars{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
}
@media (min-width:768px){
  .lamda-cars{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}
}
.lamda-card{background:#fff;border:2px solid #e6e8ef;border-radius:14px;text-align:center;padding:16px;cursor:pointer;transition:.2s transform,.2s box-shadow,.15s border-color}
.lamda-card:hover{transform:translateY(-4px);box-shadow:0 10px 22px rgba(0,0,0,.12)}
.lamda-card.sel{border-color:#1565d8;background:#f2f7ff}
.lamda-summary{margin-top:18px;background:#fff7c2;padding:14px;border-radius:12px}
.lamda-card img{height:120px;object-fit:contain;margin:8px auto 6px;display:block}
.lamda-card .ppk{
  font-size:16px !important;
  font-weight:800 !important;
  opacity:.98 !important;
  margin-bottom:6px !important;
}