.nase-reference {
  display: flex;
  flex-direction: row;
  justify-self: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  background: rgba(255, 253, 253, 0.945);
  height: 100%;
  width: 100%;
  /* align-items: flex-start; */
  /* flex-basis: 33%; */
}
.nase-reference img {
  /* height: 80%; */
  width: 450px;
}
.nase-reference > * {
  border-style: solid;
  border-radius: 20px;
  border-color: rgb(214, 225, 225);
  /* box-sizing: border-box; */
  /* width: 80px; */
  /* width */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /* flex: 1 1 50%; */
  /* flex-basis: 100%; */
  /* flex-basis: 10%; */
}
.nase-reference > *:nth-child(1) {
  flex: 1 1 30%;
  /* min-width: 40ch; */
}
.nase-reference > *:nth-child(2) {
  flex: 1 1 30%;
  /* min-width: 40ch; */
}
.nase-reference > *:nth-child(3) {
  flex: 1 1 30%;
  /* min-width: 40ch; */
}
.nase-reference > *:nth-child(4) {
  flex: 1 1 30%;
  /* min-width: 40ch; */
}
.nase-reference > *:nth-child(5) {
  flex: 1 1 30%;
  /* min-width: 40ch; */
}

.partneri {
  margin-top: 15px;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .nase-reference,
  .partneri {
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .nase-reference img {
    width: 80vw;
  }
}
