.home h1, .home h1 span {
  font-family: 'Noto Serif', sans-serif;
  color: #051c2c;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}
.home .cheers-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.home .cheers, .home .info {
  width: 100%;
}
.home .cheers {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 20%, rgba(230,230,230,1) 80%, rgba(255,255,255,1) 100%);
}
.home .cheers img {
  width: 107%;
  vertical-align: middle;
}
.home h2, .home h2 span {
  font-family: 'Noto Serif', sans-serif;
  color: #051c2c;
  text-align: center;
  font-size: 1.75rem;
}
.home h2 span {
  font-weight: bold;
  font-style: italic;
}
.home .varieties {
  padding: 16px 0;
}
.home .varieties p {
  text-align: center;
  color: #051c2c;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  font-style: italic;
}
.home .varieties .varieties-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .varieties .variety {
  margin: 8px 0;
}
.home .varieties .variety img {
  width: 100%;
  vertical-align: middle;
  max-width: 200px;
}
.home .full-spectrum {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .full-spectrum img {
  width: 100%;
  vertical-align: middle;
  max-width: 200px;
}
.home h3 {
  font-family: 'Noto Serif', sans-serif;
  color: #051c2c;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}
.home .buy-online {
  padding: 24px 0;
}
.home .buy-online-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .buy-online-btn .btn {
  font-size: 2rem;
  height: auto;
  line-height: 125%;
  padding: 16px 32px;
}
.home .buy-online h4 {
  text-align: center;
  margin-top: 36px;
}
.home .buy-online h4 small,
.home .buy-online h4 span {
  font-family: 'Frontage Condensed', Arial, Helvetica, sans-serif;
}
.home .buy-online-image img {
  width: 100%;
  vertical-align: middle;
}

@media screen and (min-width: 451px) {
  .home .cheers img {
    width: 90%;
  }
}
@media screen and (min-width: 601px) {
  .home .cheers img {
    width: 75%;
  }
  .home .varieties .varieties-container {
    flex-direction: row;
  }
  .home .varieties .variety {
    padding: 16px;
  }
}
@media screen and (min-width: 801px) {
  .home .cheers-container {
    align-items: center;
    padding: 24px 0;
  }
  .home .cheers, .home .info {
    width: 50%;
  }
  .home .cheers-container {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 20%, rgba(230,230,230,1) 80%, rgba(255,255,255,1) 100%);
  }
  .home .cheers {
    background: none;
  }
  .home .cheers img {
    width: 110%;
  }
  .home h2 {
    margin-top: 0;
  }
  .home .varieties .varieties-container {
    flex-direction: column;
  }
  .home .varieties .variety {
    padding: 0;
  }
  .home .varieties .variety img {
    max-width: 150px;
  }
  .home .buy-online {
    padding: 48px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .home .buy-online-info {
    width: 40%;
    padding-right: 16px;
  }
  .home .buy-online-image {
    flex: 1;
  }
}
@media screen and (min-width: 1201px) {
  .home .cheers {
    width: 40%;
  }
  .home .info {
    flex: 1;
  }
  .home h2, .home h2 span {
    font-size: 2.5rem;
  }
  .home .varieties .varieties-container {
    flex-direction: row;
  }
  .home .varieties .variety {
    padding: 8px;
  }
  .home .varieties p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1601px) {
  .home .varieties .variety {
    padding: 16px;
  }
  .home .varieties .variety img {
    max-width: 200px;
  }
}