.inside {
  position: relative;
}
.inside .haze {
  position: absolute;
  z-index: 2;
}
.inside .haze img {
  width: 40vw;
  margin-top: -66px;
  margin-left: -11vw;
  transform: rotate(18deg);
}
.inside .ingredients {
  position: relative;
  background-color: #051c2c;
  color: #fff;
  padding: 24px 0;
  z-index: 1;
}
.inside .ingredient-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inside .ingredient {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  width: 200px;
}
.inside .ingredient-icon img {
  width: 90px;
  vertical-align: middle;
}
.inside .ingredient-info {
  text-align: center;
}
.inside .ingredient-info h4 {
  font-family: 'Noto Serif', sans-serif;
  font-size: 1.65rem;
}
.inside .ingredient-info h5 {
  font-size: 1.5rem;
  line-height: 150%;
}
.inside .today {
  color: #051c2c;
  background-position: center right;
  background-size: 75%;
  background-repeat: no-repeat;
}
.inside .today .seize {
  padding: 48px 0;
}
.inside .today .seize h1 {
  font-family: 'Noto Serif', sans-serif;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  font-size: 3.25rem;
  margin: 0;
}
.inside .today .sieze-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
}
.inside .today .sieze-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
}
.inside .today .sieze-stat h4 {
  font-size: 2rem;
  margin: 0;
}
.inside .today .seize-cans {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inside .today .seize-cans img {
  width: 100%;
  vertical-align: middle;
}
.inside .spectrum {
  padding: 48px 0;
  color: #051c2c;
  background-position: right 38%;
  background-size: 35%;
  background-repeat: no-repeat;
}
.inside .spectrum h2 {
  font-family: 'Noto Serif', sans-serif;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  font-size: 2.5rem;
  line-height: 125%;
  margin: 0;
}
.inside .spectrum .full-spectrum {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}
.inside .spectrum .full-spectrum img {
  width: 50vw;
  vertical-align: middle;
  max-width: 300px;
}
.inside .spectrum .cbd-container {
  display: flex;
  flex-direction: column-reverse;
  padding: 24px 0;
}
.inside .spectrum .cbd-description p {
  font-size: 1.5rem;
  line-height: 150%;
}
.inside .spectrum .cbd-disclaimer p {
  font-family: 'Frontage Condensed', Arial, Helvetica, sans-serif;
  color: #b8b8ba;
  font-size: 1.25rem;
  text-align: center;
}
.inside .about {
  padding-bottom: 48px;
}
.inside .about-farm-container img {
  width: 90%;
  vertical-align: middle;
}
.inside .about-farm-more h4 {
  text-align: center;
}
.inside .about-farm-more h4 a {
  font-family: 'Frontage Condensed', Arial, Helvetica, sans-serif;
  color: #00aaa5;
  font-size: 2.5rem;
}
.inside .about-farm-more h4 a:hover {
  color: #a3d9e7;
}
.inside .about-info p {
  font-size: 1.5rem;
  line-height: 150%;
}
.inside .about .coa {
  margin-top: 48px;
}
.inside .about .coa .btn {
  display: inline-block;
  line-height: 125%;
  font-size: 1.5rem;
  height: auto;
  padding: 12px;
  width: 280px;
}

@media screen and (min-width: 451px) {
  .inside .spectrum {
    background-position: right 42%;
  }
}
@media screen and (min-width: 601px) {
  .inside .today .sieze-stat {
    flex-direction: row;
  }
  .inside .today .sieze-stat h4.sieze-number {
    margin-right: 4px;
  }
}
@media screen and (min-width: 801px) {
  .inside .ingredient-container {
    flex-direction: row;
    align-items: flex-start;
  }
  .inside .ingredient {
    padding: 24px 16px;
    width: 228px;
  }
  .inside .haze img {
    width: 290px;
    margin-top: -120px;
    margin-left: -110px;
    transform: rotate(18deg);
  }
  .inside .today .seize {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .inside .today .seize-info {
    width: 45%;
    padding-right: 16px;
  }
  .inside .today .sieze-stats {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .inside .today .sieze-stat {
    flex-direction: column;
    padding: 16px;
  }
  .inside .today .sieze-stat h4 {
    font-size: 1.65rem;
  }
  .inside .today .sieze-stat h4.sieze-number {
    margin-right: 0;
  }
  .inside .today .seize-cans {
    flex: 1;
  }
  .inside .spectrum {
    background-position: right 35%;
  }
  .inside .spectrum .spectrum-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
  .inside .spectrum h2 {
    text-align: left;
    padding-left: 16px;
    width: 300px;
  }
  .inside .spectrum .full-spectrum img {
    max-width: 250px;
  }
  .inside .spectrum .cbd-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 48px 0;
  }
  .inside .spectrum .cbd-description {
    flex: 1;
    padding-right: 24px;
  }
  .inside .spectrum .cbd-disclaimer {
    width: 200px;
  }
  .inside .about-farm {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .inside .about-farm-container {
    width: 50%;
    padding-right: 16px;
  }
  .inside .about-farm-more h4 {
    text-align: left;
  }
  .inside .about-info {
    flex: 1;
  }
}
@media screen and (min-width: 993px) {
  .inside .ingredient {
    padding: 24px 12px;
    width: 240px;
  }
  .inside .spectrum {
    background-position: 105% 30%;
    background-size: 30%;
  }
}
@media screen and (min-width: 1201px) {
  .inside .ingredient {
    padding: 24px 12px;
    width: 280px;
  }
  .inside .today .sieze-stat h4 {
    font-size: 2rem;
  }
  .inside .spectrum {
    background-position: 105% 20%;
    background-size: 30%;
  }
  .inside .about .coa .btn {
    width: 300px;
  }
}
@media screen and (min-width: 1401px) {
  .inside .spectrum {
    background-position: 105% 10%;
    background-size: 25%;
  }
}
@media screen and (min-width: 1601px) {
  .inside .ingredient {
    padding: 24px;
    width: 350px;
  }
  .inside .today .seize-info {
    max-width: 500px;
  }
  .inside .today .sieze-stat {
    padding: 16px 24px;
  }
  .inside .spectrum {
    background-position: 105% 0%;
    background-size: 23%;
  }
}