:root {
  --black: black;
  --old-paper-6: #3c321d;
  --old-paper-2: #ebe3d4;
  --old-paper: #faf9f5;
  --old-paper-7: #201a0e;
  --old-paper-8: #0a0905;
  --brown: #840227;
  --white: white;
  --old-paper-5: #725e37;
  --old-paper-4: #ab8c51;
  --lime-green: #1aaa05;
  --orange: #f60;
  --grey: #7e7d7d;
  --old-paper-1-2: #f7f4ef;
  --gray-1: #2b2b2b;
  --linen: #f5eee8;
  --old-paper-3: #dfd5bf;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: #333;
  flex-direction: column;
  margin-top: auto;
  font-family: Bodoni Moda;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

h1 {
  color: var(--old-paper-6);
  text-transform: uppercase;
  background-image: url('../images/panna-kafejnica-lielvarde-logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 80px;
  font-family: Cormorant, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  border-bottom: 3px solid var(--old-paper-2);
  color: var(--old-paper-6);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5em;
}

ul {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Cormorant, sans-serif;
  font-size: 16px;
  font-weight: 700;
  list-style-type: none;
}

li {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
}

.div-block-2 {
  align-items: center;
  height: 40px;
  display: flex;
}

.brand {
  padding-left: 0;
}

.navbar {
  background-color: var(--old-paper);
  height: 60px;
}

.container {
  max-width: 1200px;
  height: 100%;
}

.top-nav {
  background-color: var(--old-paper-7);
  color: var(--old-paper-7);
  background-image: url('../images/textured-stripes-p-130x130q80.png');
  background-size: auto;
  border-bottom: 1px solid #000;
  min-height: 40px;
  font-family: Cormorant, sans-serif;
}

.div-block {
  grid-template-rows: minmax(100%, 1fr);
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  height: 100%;
  display: flex;
}

.text-block-2 {
  margin-left: 10px;
}

.nav-link {
  color: var(--old-paper-8);
  text-transform: uppercase;
  font-family: Cormorant, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.nav-link.w--current {
  color: var(--brown);
  font-style: normal;
  font-weight: 700;
}

.image {
  margin-right: 20px;
}

.nav-sec-fix {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px 1px #0006;
}

.item-1 {
  color: var(--white);
  flex: 0 33%;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  display: flex;
}

.item-1._40 {
  flex-basis: 25%;
  justify-content: center;
}

.sec-top-back-100 {
  height: 120px;
}

.image-2 {
  background-color: #fffc;
  border-radius: 50%;
}

.slide-2 {
  background-image: url('../images/Panna-Cafe-Koknese-018.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide {
  background-image: url('../images/Panna-Cafe-Lievarde-4936.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Panna-Cafe-Koknese-000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-13 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
}

.cont--slider-1200 {
  max-width: 1200px;
}

.text-block {
  border-bottom: 5px solid var(--old-paper-5);
  color: #fff;
  text-align: center;
  background-color: #0a0905b3;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-family: Cormorant, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
}

.p---slider {
  color: #fff;
  text-align: justify;
  background-color: #201a0eb3;
  flex: 0 auto;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Cormorant, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
}

.button {
  background-color: var(--old-paper-8);
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/textured-stripes-p-130x130q80.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 25px;
  font-family: Cormorant, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
}

.button:hover {
  background-color: var(--old-paper-4);
  color: var(--old-paper-8);
  background-size: auto;
}

.slider {
  height: 25vw;
  box-shadow: inset 1px 1px 3px #000;
}

.section-2 {
  position: relative;
}

.cont--1200 {
  max-width: 1200px;
  position: relative;
}

.wrap--how--to {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.item--how-to {
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(#84022700 56%, #9d2235 77%), url('../images/kafefnica-panna-lielvarde_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 600px;
  flex: 0 30%;
  width: auto;
  height: auto;
  min-height: 220px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 17px;
  line-height: 23px;
  box-shadow: 1px 1px 3px #000;
}

.item--how-to.lielvarde {
  background-image: linear-gradient(#84022700 56%, #9d2235 77%), url('../images/kafefnica-panna-lielvarde_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.item--how-to.koknese {
  background-image: linear-gradient(180deg, #84022700 56%, var(--old-paper-4) 77%), url('../images/Panna-Bakery-00.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.item--how-to.aizkraukle {
  background-image: linear-gradient(180deg, #84022700 56%, var(--lime-green) 77%), url('../images/panna-aizkraukle.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.line--3 {
  background-color: var(--orange);
  background-image: url('../images/textured-stripes-p-130x130q80.png');
  background-size: auto;
  height: 3px;
  margin-top: 0;
  margin-bottom: 10px;
}

.div-block-14 {
  border: 1px #000;
  height: 20px;
}

.text--block--3 {
  color: var(--white);
  background-color: #0000;
  padding: 5px 0;
  font-family: Cormorant, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.text--block--3:hover {
  color: var(--old-paper-8);
}

.gap--20 {
  height: 20px;
}

.sec-bg-video {
  background-image: url('../images/meat-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.div-block-12 {
  z-index: 2;
  color: #9d2235;
  background-color: #0000;
  background-image: url('../images/2222-bg-2x2-b-g.svg');
  background-position: 0 0;
  background-size: 4px;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.background-video {
  z-index: 0;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.link-block-none {
  color: var(--white);
  text-transform: none;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  font-family: Cormorant, sans-serif;
  font-style: italic;
  text-decoration: none;
  display: flex;
}

.link-block-none.ver {
  flex-direction: column;
}

.link-block-none.cent {
  justify-content: center;
}

.sec-footer {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/textured-stripes-p-130x130q80.png');
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.text-block-3 {
  text-align: center;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 50px;
  font-family: Cormorant, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.container-1200 {
  max-width: 1200px;
  padding: 0;
}

.section-main {
  position: relative;
}

.cont-1200-menu {
  background-color: var(--old-paper);
  background-image: url('../images/rutis-b-200-1.svg');
  background-position: 0 0;
  background-size: 120px;
  max-width: 1200px;
  padding: 20px 20px 40px;
  position: relative;
  box-shadow: 1px 1px 3px #0006;
}

.heading {
  margin-bottom: 0;
}

.div-block-15 {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.wrap-item-50 {
  flex-wrap: wrap;
  flex: 0 49%;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 20px 10px 10px;
  display: flex;
}

.sec-gallery {
  position: relative;
}

.cont-lightbox {
  background-color: var(--old-paper-2);
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  padding: 10px;
  display: flex;
  box-shadow: 1px 1px 3px #0009;
}

.lightbox-link {
  flex: 0 24%;
  margin: 5px;
}

.image-3 {
  object-fit: cover;
  height: 220px;
}

.wrap-flex-50 {
  flex-wrap: wrap;
  display: flex;
}

.item-flex-48 {
  flex: 0 48%;
  margin: 10px;
  padding: 0;
  display: block;
}

.text-block-5 {
  text-align: right;
  font-size: 16px;
  line-height: 24px;
}

.text-block-5.no-kreisas {
  color: var(--old-paper-6);
  text-align: justify;
  margin-top: 0;
  font-family: Cormorant, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.wrap-ediens-flex {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.img-ediens {
  flex: 0 25%;
}

.wrap-text-ediiens {
  flex-wrap: wrap;
  flex: 0 70%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.div-block-24 {
  flex: 0 70%;
}

.div-block-25 {
  flex: 0 30%;
}

.div-block-26 {
  flex: 0 100%;
}

.text-name-ediens {
  border-bottom: 1px none var(--grey);
  color: var(--old-paper-6);
  margin-top: 10px;
  padding-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-name-cena {
  border-bottom: 1px none var(--grey);
  color: var(--old-paper-6);
  text-align: right;
  margin-top: 10px;
  padding-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.wrap-flex {
  background-color: var(--old-paper-2);
  background-image: url('../images/2222-bg-2x2-b-g.svg');
  background-position: 0 0;
  background-size: 5px;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: auto;
  padding: 20px;
  font-family: Cormorant, sans-serif;
  display: flex;
  box-shadow: 1px 1px 3px #0009;
}

.div-block-27 {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.block-text {
  color: var(--old-paper-6);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Cormorant, sans-serif;
  display: flex;
}

.text-contact {
  color: var(--old-paper-7);
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
}

.text-contact.bold {
  color: var(--old-paper-7);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.line-gray-3 {
  background-color: var(--old-paper-2);
  height: 3px;
  margin-top: 0;
  margin-bottom: 0;
}

.line-gray-3.aizk {
  background-color: var(--lime-green);
  margin-bottom: 20px;
}

.line-gray-3.kokn {
  background-color: var(--orange);
  margin-bottom: 20px;
}

.line-gray-3.lielv {
  background-color: var(--brown);
  margin-bottom: 20px;
}

.line-gray-3.bakery {
  background-color: var(--orange);
}

.link-none {
  color: var(--black);
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Cormorant, sans-serif;
  text-decoration: none;
  display: block;
}

.div-block-29 {
  flex: 0 100%;
}

.div-block-30 {
  text-align: center;
  flex: 0 30%;
}

.map {
  height: 30vh;
  margin: 10px;
  box-shadow: 1px 1px 3px #0009;
}

.div-block-31 {
  flex: 0 30%;
  font-family: Cormorant, sans-serif;
}

.div-block-32 {
  flex: 0 30%;
}

.stick-block-flex {
  flex: 1;
  position: relative;
}

.h1-panna-bakery {
  background-image: url('../images/Panna-Bakery-logo.svg');
  background-position: 0%;
  background-size: 60px;
  padding-left: 70px;
  line-height: 1.5em;
}

.h1-lielvarde {
  background-image: url('../images/panna-kafejnica-lielvarde-logo.svg');
  padding-left: 70px;
  font-family: Cormorant, sans-serif;
  line-height: 1.5em;
}

.h1-aizkraukle {
  background-image: url('../images/panna-kafejnica-aizkraukle-logo.svg');
  padding-left: 70px;
  line-height: 1.5em;
}

.bg-20 {
  background-color: var(--old-paper-2);
  background-image: url('../images/2222-bg-2x2-b-g.svg');
  background-position: 0 0;
  background-size: 5px;
  padding: 30px 60px;
  font-family: Cormorant, sans-serif;
}

.h1 {
  background-image: none;
  padding-left: 0;
}

.wrap-flex-bs {
  flex-wrap: wrap;
  flex: 0 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.item-bs-56 {
  background-color: var(--old-paper-1-2);
  flex: 0 55%;
  margin: 0;
  padding: 20px;
  box-shadow: 1px 1px 3px #0009;
}

.wrap-block-heading {
  flex: 0 100%;
}

.line-kokn {
  border-bottom: 0px none var(--orange);
  background-color: var(--orange);
  height: 3px;
  margin-top: 0;
  margin-bottom: 20px;
}

.line-lielv {
  background-color: var(--brown);
  height: 3px;
  margin-bottom: 20px;
}

.line-aizk {
  background-color: var(--lime-green);
  height: 3px;
  margin-bottom: 20px;
}

.body-3 {
  font-family: Cormorant, sans-serif;
}

.section-4 {
  background-color: var(--old-paper-8);
}

.heading-5 {
  line-height: 1.5em;
}

.item-bs-40 {
  background-color: var(--old-paper-1-2);
  flex: 0 43%;
  margin: 0;
  padding: 20px;
  box-shadow: 1px 1px 3px #0009;
}

.map-2 {
  width: auto;
  height: 350px;
  overflow: visible;
}

.div-block-35 {
  background-color: #0a09050d;
  height: 3px;
}

.div-block-36 {
  background-color: var(--old-paper-1-2);
  color: var(--old-paper-7);
  flex: 0 29%;
  min-height: 280px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  box-shadow: 1px 1px 3px #3c321d99;
}

.image-4 {
  margin-top: 30px;
}

.div-block-37 {
  background-color: var(--old-paper-1-2);
  padding: 10px;
  box-shadow: 1px 1px 3px #0009;
}

.heading-6 {
  line-height: 1.5em;
}

.heading-7 {
  margin-top: 20px;
}

.block-bg-shad {
  background-color: var(--old-paper-1-2);
  flex: 0 100%;
  margin: 10px;
  padding: 20px;
  box-shadow: 1px 1px 3px #0009;
}

.heading-8 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.group-block {
  flex-wrap: wrap;
  display: flex;
}

.wrap-flex-banketu-serviss {
  flex: 0 100%;
  display: flex;
}

.div-block-40 {
  margin: 10px;
  box-shadow: 1px 1px 3px #0009;
}

.group-lightbox {
  flex-wrap: wrap;
  flex: 0 100%;
  display: flex;
}

.container-1201 {
  max-width: 1200px;
}

.top-120 {
  height: 120px;
}

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

.image-5 {
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 2px #0006;
}

.div-bg-musturs {
  background-color: var(--old-paper-2);
  background-image: url('../images/2222-bg-2x2-b-g.svg');
  background-position: 0 0;
  background-size: 5px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 1px 1px 3px #0006;
}

.bg-white {
  background-color: var(--old-paper);
  padding: 20px;
}

.paragraph {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-weight: 900;
}

.link-btn-1 {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.link {
  color: var(--gray-1);
  text-decoration: none;
}

.paragraph-2 {
  color: var(--gray-1);
}

.link-2 {
  color: var(--gray-1);
  text-decoration: none;
}

.flex-block {
  grid-column-gap: 6%;
  grid-row-gap: 6%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  vertical-align: baseline;
}

.flex-block-2 {
  flex-flow: row;
}

.div-block-41 {
  flex: 0 50%;
  padding: 10px 20px;
}

.p-3 {
  padding: 10px 20px;
}

.heading-9 {
  flex: 1;
}

.btn-form {
  background-color: var(--orange);
  font-size: 16px;
  font-weight: 700;
}

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

  h2 {
    font-size: 21px;
  }

  .div-block {
    grid-template-columns: .5fr .5fr .25fr;
  }

  .text-block-2 {
    display: block;
  }

  .div-block-13 {
    min-height: 220px;
  }

  .text-block {
    padding-bottom: 5px;
    font-size: 36px;
    line-height: 1.5em;
  }

  .p---slider {
    font-size: 15px;
    line-height: 18px;
  }

  .slider {
    height: 40vw;
  }

  .item--how-to {
    margin-top: 10px;
  }

  .lightbox-link {
    flex-basis: 48%;
  }

  .item-flex-48, .div-block-27 {
    flex-basis: 100%;
  }

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

  .item-bs-56, .item-bs-40, .div-block-36, .block-bg-shad {
    flex-basis: 100%;
  }

  .icon {
    color: var(--gray-1);
  }

  .menu-button {
    background-color: var(--old-paper-2);
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .nav-menu {
    background-color: var(--old-paper-2);
    background-image: url('../images/1111-bg-2x2-b-g.svg');
    background-position: 0 0;
    background-size: 5px;
  }

  .flex-block {
    justify-content: center;
    align-items: center;
  }

  .flex-block-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .div-block-41 {
    flex: 1;
    display: flex;
  }

  .image-7 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 21px;
  }

  h2 {
    font-size: 18px;
  }

  .div-block {
    grid-template-columns: .5fr .25fr .25fr;
    width: 100%;
  }

  .text-block {
    font-size: 24px;
    line-height: 1.5em;
  }

  .p---slider {
    font-size: 12px;
    line-height: 18px;
    display: none;
  }

  .button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .item--how-to {
    flex-basis: 100%;
  }

  .div-block-15 {
    flex-wrap: wrap;
  }

  .wrap-item-50 {
    flex-basis: 100%;
  }

  .wrap-flex {
    padding: 10px;
  }

  .div-block-30, .div-block-31, .div-block-32 {
    flex-basis: 100%;
  }

  .h1-panna-bakery {
    font-size: 24px;
  }

  .h1-lielvarde {
    font-size: 24px;
    line-height: 1.5em;
  }

  .h1-aizkraukle {
    font-size: 24px;
  }

  .bg-20 {
    padding: 10px;
  }

  .item-bs-56 {
    flex-basis: 100%;
  }

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

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

  .div-bg-musturs {
    padding: 10px;
  }
}

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

  .text-block-2 {
    font-size: 12px;
  }

  .item-1 {
    padding-left: 0;
  }

  .text-block {
    padding-bottom: 5px;
    font-size: 20px;
  }

  .p---slider {
    display: none;
  }

  .slider {
    height: 70vw;
  }

  .link-block-none {
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-link {
    flex-basis: 100%;
  }

  .wrap-ediens-flex {
    padding: 0;
  }

  .img-ediens {
    flex-basis: 100%;
  }

  .wrap-text-ediiens {
    flex-basis: 100%;
    padding: 0;
  }

  .div-block-24 {
    flex-basis: 60%;
  }

  .div-block-25 {
    flex-basis: 40%;
  }

  .h1-panna-bakery {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .h1-lielvarde {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
    font-size: 21px;
  }

  .h1-aizkraukle {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

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


