.banner {
  height: 250px;
  display: flex;
  flex-direction: column;
}

.item-img-1 {
  /*background-color: rgb(116, 129, 153);*/
  justify-self: center;
  align-self: flex-end;
  height: 50px;
  margin-top: 25px;
  padding-right: 30px;
}

.item-img-2 {
  align-self: center;
  justify-self: center;
  /*background-color: rgb(153, 141, 116);*/
  padding-top: 10px;
  padding-right: 50px;
}

