.gntn-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.banner-desk {
  display: block;
}
.banner-mobile {
  display: none;
}
.gntn-page-title {
  color: #15366f;
  font-size: 24px;
  font-weight: 500;
}

.gntn-visore {
  background-image: url("/external_cms/MYLOTTERIESPLAY/pages/assets/gntn/img/gntn-desk-1440x260.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%;
  border-radius: 15px;
}

.gntn-subtitle {
  color: #15366f;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.gntn-grid-container {
  width: 100%;
}

.gntn-grid {
  max-width: 740px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  justify-content: center;
  margin: 0 auto;
}

.gntn-grid-item {
  width: 170px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-decoration: none !important;
}

.gntn-grid-item img {
  width: 170px;
  height: 115px;
  margin-bottom: 20px;
  box-shadow: 3.299px 3.299px 13.195px 0 rgba(0, 0, 0, 0.08);
  border-radius: 15px;
}

.gntn-grid-item p {
  color: #15366f;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 1244px) {
  .gntn-container {
    gap: 16px;
  }
  .gntn-visore {
    background-image: url("/external_cms/MYLOTTERIESPLAY/pages/assets/gntn/img/gntn-mobile-1023x180.png");
    background-position: top;
    background-repeat: no-repeat;
    height: 180px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .gntn-container {
    gap: 16px;
  }
  .gntn-subtitle {
    text-align: left;
  }
  .gntn-grid {
    display: grid;
    grid-template-columns: repeat(2, 170px);
    column-gap: 17px;
    row-gap: 20px;
    justify-content: center;
  }
  .banner-gntn {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
}
