#navpadding {
  padding-top: 200px;
}

.col1 {
  width: 100%;
  height: 100%;
  display: flex;
  margin: auto;
}

.poza1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.poza1 img {
  max-width: 80%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  transition: transform 1s;
}

.poza1 img:hover {
  transform: scale(1.1);
}

.descriere1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 75%;
  height: 100%;
  padding: 10px;
  text-align: center;
}

.spacer {
  width: 100%;
  height: 5px;
  background-color: rgb(56, 56, 56);
  margin: 50px 0;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .col1 {
    flex-direction: column;
  }

  .descriere1 {
    width: 100%;
    border-radius: 15px;
  }

  .col1, .descriere1 {
    background-color: #F0F0F0;
  }

  .emptyspace {
    padding-top: 100px;
  }
}
