img {
  width: 250px;
  height: auto;
}

main {
  text-align: center;
}

main h1 {
  font-size: 45px;
}

main p {
  font-size: 24px;
  margin: 0 auto;
  max-width: 900px;
}

.column {
  text-align: center;
  float: left;
  width: 33.33%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

section {
  padding-bottom: 50px;
}

#producer h1,
#consumer h1 {
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .column {
    float: unset;
    width: unset;
  }

  main h1 {
    font-size: 35px;
  }
}
