.MenuPainel .PainelNews {
  background-color: white;
  width: 150px;
  height: 400px;
  border: 1px solid black;
  box-shadow: 1px 1px 10px;
  position: relative;
  left: -180px;
  top: -450px;
  z-index: 1;
  
}

.PainelNews .img1 {
  height: 130px;
  position: relative;
  left: 10px;
  top: 5px;
  z-index: 1;
}

#texst {
  position: relative;
  left: 0px;
  top: 0px;
  text-align: center;
  font-size: 18px;
  z-index: 1;
}

.PainelNews .imgs1 {
  position: absolute;
  height: 60px;
  left: 80px;
  top: 300px;
  z-index: 2;
}

.PainelNews .imgs2 {
  position: absolute;
  height: 60px;
  left: 10px;
  top: 300px;
  z-index: 2;
}

