:root {
  --km-red: #b5231c;
  --new-red: #dd332a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

h1 {
  color: var(--km-red);
  margin-top: 20px;
  margin-bottom: .85rem;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.2rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 6px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

a {
  color: var(--km-red);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 14px;
  padding-left: 40px;
  font-size: 15px;
}

li {
  margin-bottom: 3px;
  font-size: .95rem;
  line-height: 1.6em;
  list-style-type: disc;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.6em;
  display: block;
}

figure {
  margin-bottom: 10px;
}

.container {
  flex-direction: column;
  align-items: center;
  max-width: 1170px;
  display: block;
}

.columns {
  border-bottom: 1px solid #e60909;
  align-items: center;
  display: flex;
}

.heading {
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.lightbox-thumb {
  width: 800px;
  margin: 21px;
}

.contain {
  max-width: 1170px;
}

.wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.footer {
  background-color: #fff;
  width: 100%;
  min-height: 50px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 0 12px;
}

.content {
  background-color: #fff;
  margin-top: 127px;
}

.sp25 {
  height: 25px;
}

.content {
  flex: 1;
  margin-top: auto;
  padding-top: 65px;
  padding-bottom: 0;
}

.nav-menu {
  justify-content: space-between;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0;
}

.nav-link {
  margin-left: 5px;
  margin-right: 5px;
  padding: 23px 13px 7px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1em;
  transition: all .2s;
  display: inline-block;
}

.nav-link:hover {
  color: var(--km-red);
}

.nav-link:focus {
  border: 2px solid var(--km-red);
}

.nav-link.w--current {
  border-bottom: 5px dotted var(--km-red);
  color: var(--km-red);
  padding-bottom: 7px;
  padding-left: 9px;
  padding-right: 9px;
}

.footer-text {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
  display: block;
  position: relative;
}

.footer-dots {
  z-index: 0;
  border-bottom: 6px dotted var(--km-red);
  height: 10px;
  position: relative;
  top: -18px;
}

.footer-links {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  margin-bottom: 12px;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.footer-registration {
  text-align: center;
  background-color: #fff;
  margin-bottom: 6px;
  padding-top: 12px;
  padding-bottom: 9px;
  font-size: 11px;
}

.footer-link {
  color: #333;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1em;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: var(--km-red);
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.sp10 {
  height: 10px;
}

.sp50 {
  height: 50px;
}

.product-text {
  margin-top: 16px;
}

.product-head {
  font-size: 28px;
  line-height: 1.1em;
}

.text-red {
  color: #d32e26;
}

.text-f1-reduce {
  font-size: 22px;
}

.intro-head {
  margin-top: 0;
  font-size: 2.5rem;
  line-height: 1.1em;
}

.intro-text {
  font-size: 20px;
  line-height: 1.6em;
}

.rule-dots {
  border-bottom: 6px dotted var(--km-red);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.home-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.right-arrow {
  height: 75vh;
  margin-top: 0;
}

.right-arrow:focus {
  border: 2px solid var(--km-red);
}

.left-arrow {
  height: 75vh;
  margin-top: 0;
  margin-bottom: auto;
}

.left-arrow:focus {
  border: 2px solid var(--km-red);
}

.slide-02, .slide-01 {
  overflow: hidden;
}

.slider {
  width: 100%;
  height: 75vh;
  margin-bottom: 30px;
  position: relative;
}

.slide-04, .slide-03 {
  overflow: hidden;
}

.mask {
  position: absolute;
  inset: 0;
}

.brand {
  z-index: 10;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.brand.w--current {
  width: 150px;
}

.brand.w--current:focus {
  border: 1px solid var(--km-red);
}

.nav {
  background-color: #fff;
  flex: none;
  height: 60px;
  position: fixed;
  inset: 0 0% .5rem;
}

.nav-group-left {
  align-items: stretch;
  display: flex;
}

.nav-group-right {
  display: flex;
}

.hero-shots {
  justify-content: space-between;
  display: flex;
}

.mini-type-block {
  width: 25%;
  margin-left: -16px;
  margin-right: -16px;
  padding-top: 55px;
  position: relative;
  overflow: hidden;
}

.mini-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  position: relative;
}

.tag-line-block {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-top: 43px;
  padding-bottom: 43px;
  font-size: 47px;
  display: flex;
}

.home-text-block {
  background-color: var(--km-red);
  flex: 0 auto;
  padding: 16px 12px;
}

.home-text {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1.4em;
}

.home-text.bold {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 700;
}

.mini-title-block {
  z-index: 10;
  background-color: var(--km-red);
  color: #fff;
  text-align: center;
  height: 25px;
  padding: 14px 25px 32px;
  font-size: 24px;
  position: absolute;
  inset: 89% 0% auto;
  box-shadow: 0 2px 3px #000;
}

.contain-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button {
  background-color: var(--km-red);
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 14px;
  padding: 12px 20px;
  font-size: 17px;
  font-weight: 700;
  transition: all .2s;
}

.button:hover {
  background-color: #525252;
}

.heading-2 {
  font-size: 30px;
}

.list {
  margin-top: 12px;
}

.list-item {
  line-height: 1.6em;
}

.button-return {
  border: 1px solid var(--km-red);
  color: var(--km-red);
  text-align: center;
  background-color: #fff;
  width: 100%;
  margin-bottom: 12px;
  padding: .6rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
  transition: all .225s;
}

.button-return:hover {
  background-color: var(--km-red);
  color: #fff;
}

.button-print {
  border: 1px solid var(--km-red);
  color: var(--km-red);
  text-align: center;
  background-color: #fff;
  width: 100%;
  margin-bottom: 12px;
  padding: 19px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
  transition: all .225s;
}

.button-print:hover {
  background-color: var(--km-red);
  color: #fff;
}

.social-block {
  flex-direction: column;
  align-items: center;
  display: none;
}

.icon-mail {
  color: #000;
  width: 30px;
  height: 30px;
  transition: all .225s;
}

.icon-mail:hover {
  color: var(--km-red);
}

.social-link-block {
  margin-top: 9px;
  margin-bottom: 9px;
  display: inline-block;
}

.img-recipe {
  width: 100%;
  margin-bottom: 9px;
}

.recipe-head {
  color: var(--km-red);
  margin-top: 0;
  font-size: 1.85rem;
}

.recipe-block {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.body {
  line-height: 1.6em;
}

.list-2 {
  padding-left: 2rem;
}

.tag-line-image {
  text-align: center;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.text-field:focus {
  border: 2px dashed #000;
}

.recipe_spacer {
  height: 80px;
}

.icon_pepper {
  width: 95px;
}

.pepper_heat_block {
  align-items: center;
  display: flex;
}

.spacer {
  height: 95px;
}

.slide-03-copy {
  background-color: #022b57;
}

.type-red {
  color: var(--km-red);
}

.list-number {
  padding-left: .5rem;
  list-style: decimal;
}

.footer-link-copy {
  color: #333;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link-copy:hover {
  color: var(--km-red);
}

.social-group {
  align-items: center;
  display: flex;
}

.social-icon {
  color: #757575;
  width: 43px;
  margin-right: 11px;
  padding: 16px 9px 10px;
  transition: all .2s;
}

.social-icon:hover {
  color: var(--km-red);
}

.table_header {
  width: 100px;
  min-width: 80px;
}

.table_head {
  background-color: #dbdbdb;
}

.table_component {
  width: 100%;
  margin-bottom: 7px;
}

.scroll-block-for-table {
  overflow: scroll;
}

.blog-menu {
  border: 1px solid #d1422a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  padding: 9px;
  display: flex;
}

.blog-menu.contributors {
  color: #1d1c1a;
}

.blog-menu-title {
  color: #333;
  text-align: center;
  border-bottom: 1px solid #d1422a;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: .25rem;
  font-weight: 700;
}

.blog-date-block {
  float: none;
  color: #fff;
  text-align: left;
  background-color: #a3948b;
  padding: 2px 12px;
  display: block;
}

.blog-thumb {
  float: left;
  max-width: 20rem;
  height: auto;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.blog-row {
  margin-bottom: 12px;
}

.blog-wrapper {
  width: 100%;
}

.blog-col-2 {
  flex-flow: column;
  width: 25%;
  display: flex;
  position: sticky;
  top: 70px;
}

.blog-title {
  color: #d14825;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  transition: all .25s;
  display: block;
}

.u-mb-1 {
  margin-bottom: 1em;
}

.blog {
  color: #1d1c1a;
  background-color: #0000;
  margin-top: 6px;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.4;
  display: block;
}

.blog-author {
  color: #333;
  text-transform: none;
  margin-bottom: 9px;
  font-size: 1rem;
  font-weight: 400;
}

.blog-flex-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.blog-col-1 {
  flex-flow: column;
  width: 75%;
  display: flex;
}

.blog-button {
  float: left;
  color: #fff;
  background-color: #007a7b;
  border-radius: .5rem;
  margin-top: .8rem;
  margin-right: 6px;
  padding: .5rem 1rem;
  font-size: 1.2rem;
  transition: all .25s;
  box-shadow: 1px 1px 4px #00000040;
}

.blog-button:hover {
  color: #fff;
  background-color: #d14825;
}

.blog-post-index {
  padding-bottom: 1rem;
}

.blog-author-link {
  color: #d14825;
  font-size: 1rem;
  text-decoration: none;
  transition: all .25s;
}

.blog-author-link:hover {
  color: #007a7b;
}

.blog-menu-item {
  color: #d1422a;
  margin-bottom: 6px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.15;
  text-decoration: none;
  transition: all .25s;
  display: block;
}

.blog-menu-item:hover {
  color: #1d1c1a;
}

.blog-button-return {
  color: #fff;
  text-align: center;
  background-color: #d1422a;
  margin-bottom: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
  transition: all .25s;
  display: block;
}

.blog-button-return:hover {
  color: #fff;
  background-color: #d14825;
}

.note {
  color: #df2000;
  border: 1px solid #c00b0b;
  padding: 8px;
}

.btn-md {
  float: left;
  color: #fff;
  background-color: #007a7b;
  border-radius: .5rem;
  margin-right: 6px;
  padding: .5rem 1rem;
  font-size: 1rem;
  transition: all .25s;
}

.btn-md:hover {
  color: #fff;
  background-color: #d14825;
}

.paragraph {
  font-size: 1rem;
  line-height: 1.2;
}

.paragraph-2 {
  font-size: 1rem;
}

.list-item-2 {
  font-size: .95rem;
}

.blog-more {
  float: left;
  color: #fff;
  background-color: #007a7b;
  border-radius: .5rem;
  margin-top: .8rem;
  margin-right: 6px;
  padding: .5rem 1rem;
  font-size: 1.2rem;
  transition: all .25s;
  box-shadow: 1px 1px 4px #00000040;
}

.blog-more:hover {
  color: #fff;
  background-color: #d14825;
}

.recipe-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.list-bullets, .list-item-3, .list-item-4 {
  list-style-type: decimal;
}

@media screen and (min-width: 1440px) {
  .blog-date-block {
    margin-right: 1rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    padding-left: 1rem;
    font-size: 1.2rem;
  }

  .blog-thumb {
    margin-bottom: .5rem;
  }

  .blog-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .blog {
    position: relative;
  }

  .blog-date {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
  }

  .wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .content {
    padding-top: 119px;
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: #eee;
    flex-direction: column;
    align-items: flex-start;
    width: 30vw;
    margin-top: 63px;
    margin-bottom: 23px;
    padding-bottom: 19px;
    inset: 0% 0% auto auto;
  }

  .nav-link {
    align-self: flex-start;
    margin-top: -4px;
    display: block;
  }

  .menu-button {
    padding: 12px 12px 13px;
    font-size: 35px;
    line-height: 1.1em;
  }

  .menu-button:focus {
    border: 1px solid var(--km-red);
  }

  .menu-button.w--open {
    background-color: #e4e4e4;
  }

  .menu-icon {
    color: var(--km-red);
    display: none;
  }

  .footer-links {
    align-items: center;
  }

  .right-arrow, .left-arrow, .slider {
    height: 50vh;
  }

  .mask {
    height: auto;
  }

  .brand {
    width: 130px;
  }

  .nav {
    background-color: #fff;
  }

  .nav-group-left, .nav-group-right {
    flex-direction: column;
  }

  .home-text {
    font-size: 20px;
  }

  .mini-title-block {
    padding: 10px 13px 28px;
    font-size: 18px;
    top: 87%;
  }

  .button-return {
    padding: .6rem;
  }

  .recipe-head {
    font-size: 26px;
  }

  .caption {
    line-height: 1.3em;
  }

  .burger {
    width: 45px;
    display: block;
  }

  .burger-x {
    width: 45px;
    display: none;
  }

  .recipe_spacer {
    height: 20px;
  }

  .spacer {
    height: 10px;
  }

  .social-group {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 16px;
    padding-left: 18px;
  }

  .social-icon {
    margin-bottom: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .blog-thumb {
    max-width: 10rem;
  }

  .blog-col-2 {
    width: 30%;
    top: 75px;
  }

  .blog-title {
    font-size: 1.7rem;
    line-height: 1.1;
  }

  .blog {
    width: 100%;
    font-size: 1rem;
  }

  .blog-col-1 {
    width: 70%;
  }

  .blog-post-index {
    width: 100%;
  }

  .blog-button-return:hover {
    color: #fff;
    background-color: #d14825;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: .95rem;
  }

  .content {
    padding-top: 109px;
    padding-bottom: 0;
  }

  .footer-text {
    width: 450px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 1.1rem;
  }

  .footer-links {
    align-items: center;
  }

  .intro-head {
    font-size: 2.2rem;
  }

  .intro-text {
    font-size: 18px;
  }

  .home-image {
    display: block;
  }

  .right-arrow, .left-arrow {
    height: 35vh;
  }

  .slider {
    height: 280px;
  }

  .mask {
    height: auto;
  }

  .brand.w--current {
    width: 125px;
  }

  .mini-type-block {
    margin-left: -10px;
    margin-right: -10px;
  }

  .tag-line-block {
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 45px;
  }

  .home-text {
    font-size: 18px;
  }

  .home-text.bold {
    font-size: 26px;
  }

  .mini-title-block {
    padding: 4px 11px 25px;
    font-size: 13px;
    top: 86%;
  }

  .button {
    margin-bottom: 22px;
  }

  .social-block {
    flex-direction: row;
    justify-content: space-around;
  }

  .recipe-head {
    font-size: 24px;
  }

  .caption {
    margin-bottom: 12px;
  }

  .tag-line-image {
    width: 500px;
  }

  .blog-menu-title {
    font-size: 1.2rem;
  }

  .blog-date-block {
    margin-right: 0;
  }

  .blog-thumb {
    max-width: 100%;
  }

  .blog-col-2 {
    width: 30%;
  }

  .blog-title {
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .u-mb-1 {
    font-size: 1.05rem;
    line-height: 1.5em;
  }

  .blog {
    font-size: 1rem;
  }

  .blog-col-1 {
    width: 70%;
  }

  .blog-button {
    float: none;
    text-align: center;
    width: 50%;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.1rem;
    display: block;
  }

  .blog-menu-item {
    font-size: .9rem;
  }

  .blog-button-return {
    float: none;
    margin-bottom: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
    display: none;
  }

  .blog-date {
    font-size: 14px;
    line-height: 20px;
  }

  .btn-md {
    float: none;
    text-align: center;
    width: 50%;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
    display: block;
  }

  .blog-more {
    float: none;
    text-align: center;
    width: 50%;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.1rem;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
  }

  li {
    font-size: .9rem;
  }

  .wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }

  .content {
    padding-top: 75px;
  }

  .nav-menu {
    z-index: 1000;
  }

  .menu-icon {
    color: var(--km-red);
  }

  .footer-text {
    width: 219px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .footer-links {
    font-size: 13px;
    line-height: 1.5em;
  }

  .footer-registration {
    font-size: 9px;
  }

  .footer-link {
    font-size: .95em;
    line-height: 1em;
  }

  .product-block {
    margin-top: 14px;
  }

  .intro-head {
    font-size: 2.1rem;
  }

  .right-arrow, .left-arrow {
    height: 165px;
  }

  .icon-3 {
    margin-right: 4px;
    font-size: 21px;
  }

  .slider {
    height: 165px;
  }

  .icon-2 {
    margin-left: 4px;
    font-size: 21px;
  }

  .mask {
    height: auto;
  }

  .brand {
    width: 90px;
    inset: 0% auto auto 0%;
  }

  .brand.w--current {
    width: 100px;
  }

  .hero-shots {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    display: flex;
  }

  .mini-type-block {
    width: 50%;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 6px;
  }

  .tag-line-block {
    height: 60px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .home-text-block {
    padding: 8px;
  }

  .home-text {
    font-size: 15px;
  }

  .home-text.bold {
    font-size: 24px;
  }

  .mini-title-block {
    padding: 3px 4px 15px;
    font-size: 9px;
  }

  .button {
    display: block;
  }

  .icon-mail {
    width: 35px;
  }

  .list-2 {
    padding-left: 1.5rem;
  }

  .tag-line-image {
    width: 300px;
  }

  .footer-link-copy {
    font-size: 10px;
  }

  .social-icon {
    margin-bottom: 4px;
  }

  .table_cell {
    min-width: 33px;
  }

  .blog-thumb {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .blog-col-2 {
    width: 100%;
  }

  .blog-title {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .blog-flex-block {
    flex-flow: column;
  }

  .blog-col-1 {
    width: 100%;
  }

  .blog-button-return {
    float: none;
    display: none;
  }

  .list-item-2 {
    font-size: .95rem;
  }

  .recipe-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-_58c00b6f-652a-585b-46ee-3f85dd6f883b-45fa91f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_58c00b6f-652a-585b-46ee-3f85dd6f882b-45fa91f3, #w-node-_58c00b6f-652a-585b-46ee-3f85dd6f882f-45fa91f3, #w-node-_58c00b6f-652a-585b-46ee-3f85dd6f8833-45fa91f3, #w-node-_58c00b6f-652a-585b-46ee-3f85dd6f8837-45fa91f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


