.slika-novosti,
.tekst-novosti {
  width: 590px !important;
}

.tekst-novosti {
  padding: 0 20px;
}

.slika-novost {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}


@media (width < 1126px) {
  .red-novosti {
    flex-direction: column;
    text-align: justify;
  }

  .kontejner-novosti {
    justify-content: center;
    align-items: center;
  }

  .datum-novost {
    margin-top: 20px;
  }

  .button-novost {
    display: flex;
    justify-content: center;
  }
}

@media (width < 640px) {

  .slika-novosti,
  .tekst-novosti {
    width: 350px !important;
  }

  .tekst-novosti {
    padding: 0 10px;
  }
}

@media (width < 400px) {

  .slika-novosti,
  .tekst-novosti {
    width: 290px !important;
  }
}