@media only screen and (min-width: 1350px) {
  body {
    margin: 0;

    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12pt;
    color: rgba(0, 0, 0, 75%);
  }

  p {
    margin: 0;
  }

  h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 36pt;
    line-height: 1;
  }

  h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 24pt;
    line-height: 1;
  }

  h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 20pt;
    line-height: 1;
  }

  h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 16pt;
    line-height: 1;
  }

  .header_container {
    width: 100%;
    height: calc(100vh - 20px);
    background-image: url("../images/hero2.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  .header_left {
    flex: auto;
    display: flex;
    flex-direction: column;

    max-width: 700px;
  }

  .header_right {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: end;
    max-width: 700px;
  }

  .header_text {
    margin-left: 30px;
    color: rgba(0, 0, 0, 75%);
  }

  .header_reviews {
    margin-right: 30px;
    text-align: center;
    width: 400px;
    color: rgba(255, 255, 255, 75%);
  }

  .logo {
    margin: 30px 0px 175px 30px;
    width: 120px;
  }

  .separator1 {
    position: absolute;
    width: 100%;
    height: 224px;
    margin-top: -224px;
  }

  .separator_flower {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 100;
  }

  .separator2 {
    width: 100%;
    height: 80px;
    margin-top: -80px;
  }

  .empty_flex_column {
    flex: 1;
    /* border: 1px solid black; */
  }

  .features_container {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #f1d1bc;
    justify-content: center;
  }

  .features_content1 {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    padding: 30px;
    padding-bottom: 60px;
  }

  .features_content2 {
    flex: auto;
    text-align: center;
    max-width: 700px;
    padding: 30px;
  }

  .header_right button {
    color: rgba(255, 255, 255, 75%);
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 475px;
    border: none;
    border-radius: 5px;
    padding: 12px;
    font-weight: 700;
    transition-duration: 0.4s;
    cursor: pointer;
  }

  .header_right button {
    background-color: rgba(0, 0, 0, 75%);
  }

  .header_right button:hover {
    background-color: #bc2049;
  }

  .products_container {
    display: flex;
    width: 100%;
    flex-direction: row;
    /* border: 1px solid black; */
    background-color: #ffffff;
    justify-content: center;
  }

  .products_content {
    display: flex;
    max-width: 1440px;
    flex-wrap: wrap;
    justify-content: center;
    /* border: 1px solid black; */
    background-color: #ffffff;
  }

  .products_item_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }

  .products_item {
    max-width: 150px;
    color: rgba(0, 0, 0, 75%);
    font-weight: 700;
    /* border: 1px solid black; */
  }

  .separator3 {
    height: 80px;
  }

  .reviews_container {
    display: flex;
    flex-direction: row;
    width: 100%;
    /* border: 1px solid black; */
    background-color: #c5e6ed;
    justify-content: center;
    margin-top: -80px;
    padding-bottom: 30px;
  }

  .reviews_content2 {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    padding: 30px;
    justify-content: flex-start;
  }

  .reviews_content1 {
    flex: auto;
    text-align: center;
    max-width: 700px;
    padding: 30px;
  }

  .review_name {
    flex: auto;
    margin-top: 20px;
  }

  .instructions_separator_top {
    height: 80px;
    position: absolute;
    left: 0;
  }

  .instructions_separator_bottom {
    height: 80px;
    width: 100%;
    position: relative;
    top: -80px;
  }

  .instructions_container {
    display: flex;
    width: 100%;
    flex-direction: row;
    /* border: 1px solid black; */
    background-color: #77a5af;
    justify-content: center;
    padding-bottom: 50px;
  }

  .instructions_container h2 {
    flex: none;
    position: absolute;
    color: rgba(255, 255, 255, 75%);
    margin-top: 50px;
  }

  .instructions_content {
    display: flex;
    max-width: 1440px;
    margin-top: 120px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #77a5af;
  }

  .instructions_image {
    max-width: 220px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
  }

  .wheretobuy_container {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: -85px;

    background-color: #c5e6ed;
    justify-content: center;
  }

  .wheretobuy_content {
    flex: auto;
    text-align: center;
    max-width: 700px;
    padding: 30px;

    background-color: rgba(255, 255, 255, 75%);
    border-radius: 5px;
    margin: 20px;
    margin-top: 50px;
  }

  .whydontyou {
    background-color: rgba(0, 0, 0, 75%);
    padding: 10px 20px 20px 20px;
    margin-top: 30px;
    border-radius: 5px;
    color: #c5e6ed;
  }

  .usagetips_content {
    flex: auto;
    text-align: center;
    max-width: 700px;
    padding: 30px;
    padding-bottom: 220px;

    background-color: rgba(255, 255, 255, 75%);
    border-radius: 5px;
    margin: 20px;
    margin-top: 50px;
  }

  .separator4 {
    background-color: #c5e6ed;
    margin-top: -210px;
    margin-bottom: -5px;
  }

  .footer_container {
    display: flex;
    flex-direction: row;
    width: 100%;

    background-color: #f1d1bc;
    justify-content: center;
    z-index: 500;
    align-items: center;
  }

  .footer_content {
    text-align: center;
    max-width: 1350px;
    padding: 30px;
  }

  .desktop_hidden {
    display: none;
  }
}

@media only screen and (max-width: 1350px) {
  body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12pt;
    color: rgba(0, 0, 0, 75%);
  }

  p {
    margin: 0;
  }

  h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 28pt;
    line-height: 1;
  }

  h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 18pt;
    line-height: 1;
  }

  h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 20pt;
    line-height: 1;
  }

  h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 12pt;
    line-height: 1;
    padding-top: 20px;
  }

  .header {
    width: 100%;
    height: 100vh;
    background-image: url("../images/hero_mobile.jpg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: relative;
  }

  .header_text {
    width: 100%;
    position: absolute;
    bottom: -20px;
    padding: 75px 0px 140px 0px;
    color: #f1d1bc;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  }

  .header_reviews {
    visibility: hidden;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 500px;
    color: rgba(255, 255, 255, 75%);
  }

  .logo {
    position: absolute;
    width: 80px;
    left: 20px;
    top: 20px;
  }

  .separator1 {
    position: absolute;
    width: 100%;
    margin-top: -100px;
    height: 100px;
    left: 0px;
  }

  .separator_flower {
    display: none;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 100;
  }

  .separator2 {
    width: 100%;
    height: 40px;
    margin-top: -40px;
  }

  .empty_flex_column {
    flex: 1;
    /* border: 1px solid black; */
  }

  .features_container {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #f1d1bc;
    background-image: url("../images/flower_01_opacity.png");
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    padding-bottom: 30px;
  }

  .features_content1 {
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-bottom: 40px;
  }

  .features_content2 {
    flex: auto;
    text-align: center;

    padding: 20px;
  }

  .header button {
    position: absolute;

    color: rgba(255, 255, 255, 75%);
    top: 20px;
    right: 20px;
    border: none;
    border-radius: 5px;
    padding: 12px;
    font-weight: 700;
    transition-duration: 0.4s;
    cursor: pointer;
  }

  .header button {
    background-color: rgba(0, 0, 0, 75%);
  }

  .header button:hover {
    background-color: #bc2049;
  }

  .products_container {
    display: flex;
    width: 100%;
    flex-direction: row;
    background-color: #ffffff;
    justify-content: center;
  }

  .products_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* border: 1px solid black; */
    background-color: #ffffff;
    padding-bottom: 20px;
  }

  .products_item_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px 20px 0px 20px;
  }

  .products_item {
    max-width: 150px;
    color: rgba(0, 0, 0, 75%);
    font-weight: 700;
    /* border: 1px solid black; */
  }

  .separator3 {
    height: 40px;
  }

  .reviews_container {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #c5e6ed;
    justify-content: center;
    margin-top: -80px;
    background-image: url("../images/flower_02_opacity.png");
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .reviews_content2 {
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: flex-start;
  }

  .reviews_content1 {
    flex: auto;
    text-align: center;
    padding: 20px;
  }

  .review_name {
    flex: auto;
    margin-top: 20px;
  }

  .instructions_separator_top {
    height: 30px;
    position: absolute;
    left: 0;
  }

  .instructions_separator_bottom {
    height: 50px;
    width: 100%;
    position: relative;
    top: -50px;
  }

  .instructions_container {
    display: flex;
    width: 100%;
    flex-direction: row;
    background-color: #77a5af;
    justify-content: center;
    padding-bottom: 50px;
  }

  .instructions_container h2 {
    flex: none;
    position: absolute;
    color: rgba(255, 255, 255, 75%);
    margin-top: 50px;
  }

  .instructions_content {
    display: flex;
    margin-top: 100px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    /* border: 1px solid black; */
  }

  .instructions_image {
    max-width: calc(50% - 10px);
    margin-bottom: 40px;
  }

  .wheretobuy_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    background-color: #c5e6ed;
    justify-content: center;
    margin-top: -55px;
    padding-top: 20px;
  }

  .wheretobuy_content {
    flex: auto;
    text-align: center;
    padding: 0px 20px 20px 20px;
    background-color: rgba(255, 255, 255, 75%);
    border-radius: 5px;
    margin: 20px 20px 20px 20px;
  }

  .whydontyou {
    background-color: rgba(0, 0, 0, 75%);
    padding: 10px 20px 20px 20px;
    margin-top: 30px;
    border-radius: 5px;
    color: #c5e6ed;
  }

  .usagetips_content {
    flex: auto;
    text-align: center;
    padding: 0px 20px 80px 20px;
    background-color: rgba(119, 165, 175, 100%);
    color: rgba(255, 255, 255, 75%);
    border-radius: 5px;
    margin: 20px 20px 0px 20px;
  }

  .separator4 {
    margin-top: -60px;
    margin-bottom: -5px;
  }

  .footer_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #f1d1bc;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer_content {
    flex: auto;
    text-align: center;
    padding: 15px;
  }

  .mobile_hidden {
    display: none;
  }
}
