    .gallery .item-7 {
      background-position: center;
      background: #fcd406;
    }
    .dark__stroke {
      color: inherit;
      -webkit-text-fill-color: transparent;
      /* Set the text color to transparent for WebKit browsers */
      -webkit-text-stroke: 2px #000000;
      /* Stroke width and color for WebKit browsers */
      text-fill-color: transparent;
      /* Set the text color to transparent for other browsers */
      text-stroke: 2px #000000;
    }
    .gallery__item_count {
      font-size: 4rem;
      font-weight: 900;
      line-height: 3.5rem;
    }
    .more__text {
      font-size: 2rem;
      font-weight: 700;
      margin-left: 1.5rem;
    }
    .count{
      left: 50%; 
      top: 50%; 
      transform: translate(-50%, -50%);
    }
    @media (max-width: 1200px) {
      .gallery__item_count{
        font-size: 5rem;
        }
        .more__text{
        font-size: 3rem;
        }
    }
    @media (max-width: 767px) {
      .gallery__item_count{
        font-size: 8rem;
        line-height: 6rem;
        }
        .more__text{
        font-size: 4rem;
        margin-left: 5rem;
        }
    }
    @media (max-width: 600px) {
        .count{
         left: 45%; 
      }
      .gallery__item_count{
        font-size: 6rem;
        line-height: 4rem;
        }
        .more__text{
        font-size: 3rem;
        margin-left: 3rem;
        }
    }