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

body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.image {
  height: auto;
  min-height: 0vh;
}

.body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/tree-trunks-5151723_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/tree-trunks-5151723_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.nav-link {
  margin-right: 40px;
  margin-left: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
}

.container {
  padding-top: 34px;
  padding-bottom: 34px;
}

.section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading {
  padding-right: 170px;
  color: #fff;
  font-size: 70px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.about {
  padding-top: 60px;
  background-color: rgba(72, 72, 72, 0.85);
  color: #333;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 72px;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0px;
}

.grid {
  -ms-grid-columns: 0.3fr 1fr;
  grid-template-columns: 0.3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  color: #fff;
}

.heading-4 {
  margin-top: -5px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-2 {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.container-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.gallery {
  padding-top: 60px;
  background-color: rgba(72, 72, 72, 0.85);
}

.heading-5 {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
}

.lightbox-link {
  min-height: 300px;
  background-image: url('../images/IMG_0450.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-2 {
  min-height: 300px;
  background-image: url('../images/IMG_0527-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-3 {
  min-height: 300px;
  background-image: url('../images/IMG_0331-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-4 {
  min-height: 300px;
  background-image: url('../images/IMG_0472-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-2 {
  padding-top: 40px;
  padding-bottom: 0px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.lightbox-link-5 {
  min-height: 300px;
  background-image: url('../images/IMG_0532.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-6 {
  min-height: 300px;
  background-image: url('../images/IMG_0220-1.jpg');
  background-position: 50% 37%;
  background-size: cover;
}

.firewood {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(72, 72, 72, 0.85);
}

.heading-6 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.heading-7 {
  display: none;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.contact {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333;
  color: #333;
}

.heading-8 {
  color: #fff;
  font-size: 72px;
  line-height: 70px;
  font-weight: 400;
  text-transform: uppercase;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  height: auto;
  max-width: 30%;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 93%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.image-3 {
  max-width: 30%;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.image-4 {
  max-width: 30%;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.link-2.mobile {
  text-align: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.bold-text-2 {
  font-size: 36px;
  font-weight: 900;
}

.bold-text-3 {
  font-size: 72px;
  font-weight: 400;
}

.container-3 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-4 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1070px;
  height: 4px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #007f01;
}

.section-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #333;
}

.html-embed {
  background-color: #333;
}

.grid-4 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-5 {
  max-width: 60%;
}

.text-block-2 {
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}

.italic-text {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  text-align: right;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section {
    height: 50vh;
  }

  .heading {
    padding-right: 50px;
    font-size: 50px;
    line-height: 50px;
  }

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

  .heading-4 {
    font-size: 18px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .heading-8 {
    font-size: 52px;
  }

  .link.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .link-2 {
    padding-left: 20px;
  }

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

  .bold-text-2 {
    font-size: 36px;
  }

  .bold-text-3 {
    font-size: 52px;
  }

  .div-block-4 {
    width: 700px;
  }

  .nav-menu {
    background-color: transparent;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section {
    height: 50vh;
  }

  .heading {
    margin-bottom: 0px;
    padding-right: 60px;
    font-size: 32px;
  }

  .about {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-2 {
    margin-bottom: 0px;
    font-size: 34px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .gallery {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .lightbox-link {
    min-height: 200px;
  }

  .lightbox-link-2 {
    min-height: 200px;
  }

  .lightbox-link-3 {
    min-height: 200px;
  }

  .lightbox-link-4 {
    min-height: 200px;
  }

  .lightbox-link-5 {
    min-height: 200px;
  }

  .lightbox-link-6 {
    min-height: 200px;
  }

  .firewood {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-6 {
    font-size: 26px;
  }

  .heading-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .contact {
    padding: 40px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-2 {
    max-width: 20%;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block.mobile {
    text-align: left;
  }

  .image-3 {
    max-width: 20%;
  }

  .div-block-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link.mobile {
    text-align: left;
  }

  .image-4 {
    max-width: 20%;
  }

  .link-block-3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link-2.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .div-block-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold-text {
    font-size: 20px;
    line-height: 20px;
  }

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

  .bold-text-3 {
    font-size: 34px;
  }

  .div-block-4 {
    width: 500px;
  }

  .section-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .nav-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-6 {
    max-width: 80%;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 16px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section {
    height: 35vh;
  }

  .heading {
    padding-right: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .about {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 24px;
  }

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

  .grid {
    -ms-grid-columns: 0.55fr 1fr;
    grid-template-columns: 0.55fr 1fr;
  }

  .heading-4 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .gallery {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lightbox-link {
    min-height: 125px;
  }

  .lightbox-link-2 {
    min-height: 125px;
  }

  .lightbox-link-3 {
    min-height: 125px;
  }

  .lightbox-link-4 {
    min-height: 125px;
  }

  .grid-2 {
    padding-top: 10px;
  }

  .lightbox-link-5 {
    min-height: 125px;
  }

  .lightbox-link-6 {
    min-height: 125px;
  }

  .heading-6 {
    font-size: 20px;
  }

  .heading-7 {
    font-size: 14px;
    line-height: 16px;
  }

  .heading-8 {
    font-size: 22px;
  }

  .text-block.mobile {
    font-size: 14px;
  }

  .link.mobile {
    font-size: 14px;
  }

  .link-2.mobile {
    font-size: 14px;
  }

  .bold-text {
    font-size: 14px;
    line-height: 16px;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .bold-text-3 {
    font-size: 22px;
  }

  .div-block-4 {
    width: 310px;
  }

  .section-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-2 {
    text-align: left;
  }

  .div-block-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c939c02c-a569-2487-29bf-e02fdd72b98b-12fd97f7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1e5be9ab-70e5-fefa-184a-d2b27fbd0436-12fd97f7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f8a35efe-b76d-7920-a59f-e1c8621ea075-12fd97f7 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fb383711-c156-a7db-9230-05073236590f-12fd97f7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

