.background {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url(/img/full-greenhouse.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.content {
  margin: 50px 20px;
}

.title {
  padding: 20px 20px;
  font-size: 3rem;
  font-weight: bold;
  color: beige;
}
.title-md {
  padding: 15px 20px;
  font-size: 2rem;
  font-weight: bold;
  color: beige;
}

.title-sm {
  padding: 15px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: beige;
}
