section.pricing {
}
.tekst-hrana p{
  font-size: 25px;
}
.tekst-hrana small{
  font-size: 20px;
}
.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}



.ketering-cena h2{
  font-size: 2.0em;
  font-weight: 600;
}
.ketering-cena p{
  font-size: 1.5em;

}

.ketering-meni{
  padding: 50px;
  align-content: space-between;
}

.ketering-meni p{
 font-size: 1.3em;
 font-weight: bold;
}


.ketering-text-item{
  
}

.ketering-slike{
  margin: 0;
  padding: 0;
}

.ketering-slike div{
 padding: 5px;
}

.img-1{
  width: 70%;
  border-style: solid;
  border-width: 4px;
  border-color: var(--red);
  border-radius: 80px 0 0;
}

.img-2{
  width: 70%;
  border-style: solid;
  border-width: 4px;
  border-color:  var(--red);
  border-radius: 80px 0 0;
}
.img-3{
  width: 70%;
  border-style: solid;
  border-width: 4px;
  border-color:  var(--red);
  border-radius: 80px 0 0;
}

.img-4,.img-5,.img-6 ,.img-7 , .img-8{
  width: 75%;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(227, 192, 141, .8);
  border-radius: 0 0 80px;

}