.gruppoGiochi__grid3 {
  display: grid;
  grid-gap: 6px;
  grid-template-columns: repeat(2, 1fr);
}

.homeImgLink--2 {
  position: relative;
  text-decoration: none;
  display: block;
  transition: all 0.2s linear;
  position: relative;
  width: 100%;
  height: 100%;
}
.homeImgLink--2:hover {
  z-index: 999;
  transform: scale(1.02);
}
.homeImgLink--2 .homeImgLink__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.homeImgLink--2 .homeImgLink__testo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 5% 5% 5% 5%;
}
@media screen and (min-width: 576px) {
  .homeImgLink--2 .homeImgLink__testo {
    padding: 30% 5% 5% 5%;
  }
}
@media screen and (min-width: 768px) {
  .homeImgLink--2 .homeImgLink__testo {
    padding: 30% 5% 5% 5%;
  }
}
@media screen and (min-width: 1024px) {
  .homeImgLink--2 .homeImgLink__testo {
    padding: 30% 5% 5% 5%;
  }
}
.homeImgLink--2 .homeImgLink__testo > *:not(:last-child) {
  margin-bottom: 8px;
}
.homeImgLink--2 .homeImgLink__testo1 {
  font-weight: bolder;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 576px) {
  .homeImgLink--2 .homeImgLink__testo1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .homeImgLink--2 .homeImgLink__testo1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .homeImgLink--2 .homeImgLink__testo1 {
    font-size: 24px;
  }
}
.homeImgLink--2 .homeImgLink__testo2 {
  margin-top: auto;
  background-color: #29a8ac;
  color: #fff;
  width: max-content;
  border-radius: 6px;
  padding: 3px 6px;
  font-size: 14px;
}
@media screen and (min-width: 576px) {
  .homeImgLink--2 .homeImgLink__testo2 {
    padding: 3px 6px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .homeImgLink--2 .homeImgLink__testo2 {
    padding: 8px 12px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .homeImgLink--2 .homeImgLink__testo2 {
    padding: 8px 12px;
    font-size: 16px;
  }
}
.homeImgLink--2 .homeImgLink__bottone {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
