body {
  margin: 0;
  padding: 0;
}

#espaço {
  height: 70px;
}


h1 {
  font-family: "Montserrat";
  font-weight: 900;
  color: #000000;
  font-size: 2rem;
  text-align: center;
}

.produtos1 {
  margin-top: 100px;
  display: flex;
  justify-content: space-around;
  margin: 20px;
}

.produtos2 {
  margin-top: 200px;
  display: flex;
  justify-content: space-around;
  margin: 20px;
}

a {
  text-decoration: none;
}

.Prod {
  width: 300px;
  height: 300px;
  object-fit: contain;
}

.produtos1 p {
  font-family: "Montserrat";
  font-weight: 900;
  color: #000000;
  font-size: 1rem;
}

.produtos2 p {
  font-family: "Montserrat";
  font-weight: 900;
  color: #000000;
  font-size: 1rem;
}

.produtos1 div {
  text-align: center;
}

.produtos2 div {
  text-align: center;
}

@media screen and (max-width: 900px) {
  #espaço {
    height: 80px;
  }

  .produtos1 {
    margin-top: 100px;
    display: block;

    margin: 20px;
  }

  .produtos2 {
    margin-top: 200px;
    display: block;
    justify-content: space-around;
    margin: 20px;
  }


}