.reshomecategories {color:#fff;
  padding: 40px 0;
}
.reshomecategories h2{text-transform: uppercase;}
.reshomecategories .btn{    background: #000;
    display: inline-block;
    width: auto;}

.reshomecategories__title {
  margin: 0 0 24px;
  text-align: center;
}

.reshomecategories__grid {
  display: flex;flex-wrap: wrap;
}

.reshomecategories__item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: inherit;align-items: center;
  text-decoration: none;margin-bottom: 20px;
}

.reshomecategories__image-wrap {
  position: relative;
  display: block;
  overflow: hidden;border-radius: 20px 20px 0 0;
  aspect-ratio: 1.6;
  background: transparent;
}

.reshomecategories__image,
.reshomecategories__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.reshomecategories__image {
  object-fit: cover;
  transition: transform 0.3s ease;
}

.reshomecategories__item:hover .reshomecategories__image {
  transform: scale(1.04);
}

.reshomecategories__name {
font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}
