.lm-section{
  margin: 2rem 0;
}
.lm-title{
  text-align: center;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.lm-brands .swiper-slide{
  height: auto;
}
.lm-card{
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 170px;
  box-shadow: 0 8px 20px rgba(0,0,0,.10);
  text-decoration: none;
}
.lm-card:after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, rgba(0,0,0,.30) 0%, rgba(0,0,0,.15) 40%, rgba(0,0,0,.00) 70%);
}
.lm-name{
  position:absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
  color:#fff;
  font-weight: 800;
  font-size: 18px;
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
  max-width: 70%;
  text-align: right;
  line-height: 1.1;
}
.lm-brands .swiper-pagination{
  position: static;
  margin-top: 10px;
}

.lm-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;}
