body {
  margin: 0;
  padding: 0;
}

#espaço {
  height: 150px;
}

.linha1 {

  display: flex;
  justify-content: space-around;
  margin: 20px;
  text-align: center;

}

h1 {
  text-align: center;
  font-family: "Montserrat";
  font-weight: 900;
  color: #000000;
}

.Prod {
  object-fit: contain;
  width: 200px;
  max-height: 50%;
}

.textoProduto {
  height: auto;
  width: 80%;
}



#produto {
  font-family: "Montserrat";
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  text-align: left;
}

.negrito {
  font-family: "Montserrat";
  font-weight: 900;
}

.linha2 {

  display: flex;
  justify-content: space-around;
  margin: 20px;
  text-align: center;
}

@media screen and (max-width: 850px) {
  .linha1 {

    display: block;
    justify-content: space-around;

  }

  .textoProduto {
    height: auto;
    width: auto;
  }

  .linha2 {

    display: block;
    justify-content: space-around;
    margin: 20px;
  }
}