#prod{
  background-color: #fcfdfd !important;
}

.texto_produtos{
  margin: auto;
  max-width: 880px;
  font-family: Verdana, sans-serif;
  color: #7c7992;
  text-align: center;
}

.produtos {
  margin: auto;
  max-width: 700px;
}

.produtos th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: gray;
  text-align: center;
}

.produtos td, .produtos th {
  border: 1px solid #ddd;
}
.produtos tr:nth-child(even){background-color: #f2f2f2;}
  
.produtos tr:hover {background-color: rgba(221, 221, 221, 0.459);}

@media(max-width: 480px){
  .produtos{
    display: block;
    text-align: center;
  }
}