
#pecatiIspodNavigacije {
  height: 6rem;
}

.pecSlikaTekstKutija {
  width: 80%;
  margin: 0 auto;
}

.pecSlike {
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.pecSlikaTekst {
  position: relative;
}

.pecSlikaTekstOkvir {
  width: 100%;
  padding: 15%;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.pecTekstOpis {
  font-size: 65%;
  line-height: 130%;
}

.pecTekstCena {
  margin-top: 4%;
  font-size: 80%;
}

.pecTekstCenaBroj {
  font-size: 120%;
  font-weight: bold;
}


/*============ MEDIA QUERIES (TABLETS) ==============*/
@media screen and (max-width: 1024px) {
  .pecSlikaTekstKutija {
    width: 90%;
  }

  .pecSlike {
    grid-template-columns: repeat(3, 1fr);
  }
}



/*============ MEDIA QUERIES (PHONES) ==============*/
@media screen and (max-width: 600px) {
  .pecSlikaTekstKutija {
    width: 95%;
  }

  .pecSlike {
    margin-bottom: 2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .pecSlikaTekstOkvir {
    padding: 12%;
  }
  
  .pecTekstOpis {
    font-size: 50%;
    line-height: 110%;
  }
  
  .pecTekstCena {
    margin-top: 2%;
    font-size: 70%;
  }
  
  .pecTekstCenaBroj {
    font-size: 100%;
    font-weight: bold;
  }
}
