.page {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.page--hidden {
  overflow: hidden;
}
.page__body {
  margin: 0;
  font-family: DM Sans, sans-serif;
}
@media (max-width: 320px) {
  .page__body {
    min-width: 319px;
  }
}
.page__menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateX(-100%);
  transition: transform 0.3s;
}
.page__menu--open {
  transform: translateX(0);
}
.page:has(.page__menu:target) {
  overflow: hidden;
}
.page__how-it-works {
  margin-bottom: 1px;
}
.page__shop {
  margin-bottom: 65px;
}
.page__story {
  margin-bottom: 16px;
}

.container {
  padding: 0 16px;
}

.logo--footer {
  display: block;
}
.logo__image {
  height: 29px;
}
@media (min-width: 860px) {
  .logo__image {
    height: 48px;
  }
}
@media (min-width: 1440px) {
  .logo__image {
    height: 55px;
  }
}

.icon {
  position: relative;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon--burger-menu {
  background-image: url(../images/icons/icon-burger-menu.png);
  width: 40px;
  padding-bottom: 40px;
  background-color: transparent;
  border: none;
}
@media (min-width: 860px) {
  .icon--burger-menu {
    width: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1440px) {
  .icon--burger-menu {
    display: none;
  }
}
.icon--close {
  background-image: url(../images/icons/icon-cross2.png);
  width: 40px;
  padding-bottom: 40px;
  background-color: transparent;
  border: none;
}
@media (min-width: 860px) {
  .icon--close {
    width: 45px;
    padding-bottom: 45px;
  }
}
.icon--login {
  background-image: url(../images/icons/login-icon.svg);
  width: 40px;
  padding-bottom: 40px;
}
.icon--cart {
  background-image: url(../images/icons/cart-icon.svg);
  width: 40px;
  padding-bottom: 40px;
}
.icon--header-carousel-left {
  background-image: url(../images/icons/left-header-carousel-arrow.svg);
  width: 30px;
  padding-bottom: 17px;
}
.icon--header-carousel-right {
  background-image: url(../images/icons/right-header-carousel-arrow.svg);
  width: 30px;
  padding-bottom: 17px;
}
.icon--network {
  width: 32px;
  padding-bottom: 32px;
}
.icon--network-1 {
  background-image: url(../images/networks/network-1.svg);
}
.icon--network-2 {
  background-image: url(../images/networks/network-2.svg);
}
.icon--network-3 {
  background-image: url(../images/networks/network-3.svg);
}
.icon--network-4 {
  background-image: url(../images/networks/network-4.svg);
}
.icon--network-5 {
  background-image: url(../images/networks/network-5.svg);
}

.top {
  background-color: #F5EDE7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
}
@media (min-width: 860px) {
  .top {
    padding: 14px 22px;
  }
}

.button {
  width: 100%;
  background-color: transparent;
  border-radius: 35px;
  height: 58px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0%;
}
.button--blue {
  color: #0126DE;
  border: 1px solid #0126DE;
}
.button--black {
  color: #000;
  border: 1px solid #000;
}

@media (min-width: 1440px) {
  .header__top {
    display: grid;
    align-items: end;
    padding: 16px 24px;
    column-gap: 16px;
    grid-template-columns: 140px 1fr 50px 50px;
  }
}
.header__top-icon-text {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
}
.header__top-icon-container {
  display: none;
}
@media (min-width: 1440px) {
  .header__top-icon-container {
    display: block;
  }
}
.header__pink-container {
  background-color: #FFC3A0;
  padding: 24px 0;
}
@media (min-width: 860px) {
  .header__info-carousel-container {
    display: grid;
    grid-template-columns: 1fr 510px;
    align-items: center;
    gap: 35px;
  }
}
@media (min-width: 1440px) {
  .header__info-carousel-container {
    grid-template-columns: 1fr 900px;
    gap: 48px;
  }
}
.header__info-container {
  margin-bottom: 50px;
}
@media (min-width: 860px) {
  .header__info-container {
    margin: 0;
  }
}
.header__main-title {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #000;
  margin: 0 0 20px;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
}
@media (min-width: 860px) {
  .header__main-title {
    margin: 0 0 28px;
    font-size: 55px;
    line-height: 70px;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .header__main-title {
    margin: 0 0 33px;
    font-size: 76px;
    line-height: 90px;
    letter-spacing: 0%;
  }
}
.header__main-info {
  margin: 0 0 21px;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
}
@media (min-width: 860px) {
  .header__button {
    width: 310px;
  }
}
.header__carousel-container {
  width: 300px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 500px) {
  .header__carousel-container {
    width: 470px;
  }
}
@media (min-width: 860px) {
  .header__carousel-container {
    width: 510px;
  }
}
@media (min-width: 1440px) {
  .header__carousel-container {
    width: 900px;
  }
}
.header__carousel-frame {
  width: 300px;
  overflow: hidden;
}
@media (min-width: 500px) {
  .header__carousel-frame {
    width: 470px;
  }
}
@media (min-width: 860px) {
  .header__carousel-frame {
    width: 510px;
  }
}
@media (min-width: 1440px) {
  .header__carousel-frame {
    width: 900px;
  }
}
.header__carousel-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  transition: transform 0.3s;
  touch-action: pan-x;
}
.header__carousel-image-container {
  width: 300px;
  height: 250px;
}
@media (min-width: 500px) {
  .header__carousel-image-container {
    width: 470px;
    height: 350px;
  }
}
@media (min-width: 860px) {
  .header__carousel-image-container {
    width: 510px;
    height: 370px;
  }
}
@media (min-width: 1440px) {
  .header__carousel-image-container {
    width: 900px;
    height: 564px;
  }
}
.header__carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.header__carousel-buttons-container {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__carousel-button {
  background-color: transparent;
  border: 1px solid #000;
  padding: 10px 13px;
}

.menu {
  height: 100vh;
  background-color: #F5EDE7;
}
@media (min-width: 1440px) {
  .menu {
    display: none;
  }
}
.menu__top {
  margin-bottom: 40px;
}
@media (min-width: 860px) {
  .menu__top {
    margin-bottom: 70px;
  }
}

.navigation--header {
  display: none;
}
@media (min-width: 1440px) {
  .navigation--header {
    display: block;
  }
}
.navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.navigation__list--header {
  flex-direction: row;
  gap: 16px;
}
.navigation__list--burger {
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.navigation__list--burger-menu {
  flex-direction: column;
}
.navigation__link {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0%;
  text-transform: uppercase;
  transition: text-shadow 0.3s;
}
.navigation__link--header {
  font-size: 16px;
}
.navigation__link--burger {
  font-size: 18px;
}
@media (min-width: 860px) {
  .navigation__link--burger {
    font-size: 25px;
  }
}
.navigation__link:hover {
  text-shadow: 14px 13px 17px #000;
}

.star {
  position: absolute;
  width: 200px;
}
@media (min-width: 860px) {
  .star {
    width: 300px;
  }
}
@media (min-width: 1440px) {
  .star {
    width: 400px;
  }
}
.star--1 {
  top: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 860px) {
  .star--1 {
    top: 0;
    right: -125px;
  }
}
@media (min-width: 1440px) {
  .star--1 {
    right: -67px;
  }
}
.star--2 {
  bottom: 55px;
  right: 0;
}
@media (min-width: 860px) {
  .star--2 {
    right: -290px;
    bottom: -9px;
  }
}
@media (min-width: 1440px) {
  .star--2 {
    right: -100px;
    bottom: -20px;
  }
}
.star__image {
  width: 100%;
}

.how-it-works__works-container {
  background-color: #F5EDE7;
}
.how-it-works__works-container:first-child {
  margin-bottom: 1px;
  padding: 38px 0 55px;
}
@media (min-width: 860px) {
  .how-it-works__works-container:first-child {
    padding: 48px 0 65px;
  }
}
@media (min-width: 1440px) {
  .how-it-works__works-container:first-child {
    padding: 64px 0 80px;
  }
}
.how-it-works__works-container:last-child {
  padding: 25px 0;
}
@media (min-width: 860px) {
  .how-it-works__works-container:last-child {
    padding: 55px 0;
  }
}
@media (min-width: 1440px) {
  .how-it-works__works-container:last-child {
    padding: 72px 0;
  }
}
.how-it-works__title {
  font-family: Roboto, sans-serif;
  letter-spacing: 0%;
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px;
  line-height: 40px;
  font-size: 30px;
}
@media (min-width: 860px) {
  .how-it-works__title {
    margin: 0 0 56px;
    line-height: 50px;
    font-size: 38px;
  }
}
@media (min-width: 1440px) {
  .how-it-works__title {
    margin: 0 0 63px;
    font-size: 43px;
    line-height: 60px;
  }
}
.how-it-works__blocks-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 42px;
}
@media (min-width: 860px) {
  .how-it-works__blocks-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 30px;
  }
}
@media (min-width: 1440px) {
  .how-it-works__blocks-container {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 25px;
  }
}
@media (min-width: 860px) {
  .how-it-works__block:nth-child(2n+1) {
    grid-column: 1/4;
  }
}
@media (min-width: 860px) {
  .how-it-works__block:nth-child(2n+2) {
    grid-column: 4/7;
  }
}
@media (min-width: 1440px) {
  .how-it-works__block:nth-child(4n+1) {
    grid-column: 1/4;
  }
}
@media (min-width: 1440px) {
  .how-it-works__block:nth-child(4n+2) {
    grid-column: 4/7;
  }
}
@media (min-width: 1440px) {
  .how-it-works__block:nth-child(4n+3) {
    grid-column: 7/10;
  }
}
@media (min-width: 1440px) {
  .how-it-works__block:nth-child(4n+4) {
    grid-column: 10/13;
  }
}
.how-it-works__image-container {
  margin: 0 auto 16px;
  width: 99px;
}
.how-it-works__icon-image, .how-it-works__image {
  width: 100%;
}
.how-it-works__work-title {
  font-family: Roboto, sans-serif;
  margin: 0 0 5px;
  color: #000;
  font-weight: 400;
  font-size: 27px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}
.how-it-works__work-info {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000;
}
.how-it-works__button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 860px) {
  .how-it-works__button {
    width: 310px;
  }
}
@media (min-width: 860px) {
  .how-it-works__image-info-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    column-gap: 30px;
  }
}
@media (min-width: 1440px) {
  .how-it-works__image-info-container {
    column-gap: 48px;
  }
}
.how-it-works__second-block-image-container {
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 860px) {
  .how-it-works__second-block-image-container {
    margin: 0;
  }
}
.how-it-works__main-info {
  margin: 0 0 23px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0%;
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 860px) {
  .how-it-works__main-info {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (min-width: 1440px) {
  .how-it-works__main-info {
    font-size: 40px;
    line-height: 56px;
  }
}

.shop {
  background-color: #F5EDE7;
  padding: 48px 0;
}
@media (min-width: 860px) {
  .shop {
    padding: 65px 0;
  }
}
@media (min-width: 1440px) {
  .shop {
    padding: 71px 0 72px;
  }
}
.shop__title {
  margin: 0 0 24px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  letter-spacing: 0%;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
@media (min-width: 1440px) {
  .shop__title {
    font-size: 39px;
    line-height: 56px;
  }
}
.shop__products-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 860px) {
  .shop__products-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1440px) {
  .shop__products-container {
    grid-template-columns: repeat(12, 1fr);
    gap: 25px;
  }
}
@media (min-width: 860px) {
  .shop__product-card:nth-child(2n+1) {
    grid-column: 1/4;
  }
}
@media (min-width: 860px) {
  .shop__product-card:nth-child(2n+2) {
    grid-column: 4/7;
  }
}
@media (min-width: 1440px) {
  .shop__product-card:nth-child(3n+1) {
    grid-column: 1/5;
  }
}
@media (min-width: 1440px) {
  .shop__product-card:nth-child(3n+2) {
    grid-column: 5/9;
  }
}
@media (min-width: 1440px) {
  .shop__product-card:nth-child(3n+3) {
    grid-column: 9/13;
  }
}
.shop__product-image-container {
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 20px;
}
.shop__product-image {
  width: 100%;
}
.shop__product-name {
  width: 210px;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 36px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.shop__product-price {
  margin: -5px 0 9px;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.shop__button-to-cart {
  width: 257px;
}

.who-is-tarla {
  padding: 0 0 16px;
  background-color: #F5EDE7;
}
.who-is-tarla__main-big-image-container {
  margin-bottom: 16px;
}
.who-is-tarla__main-image {
  width: 100%;
}
.who-is-tarla__blocks-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 860px) {
  .who-is-tarla__blocks-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.who-is-tarla__block {
  border: 1px solid #000;
  padding: 25px;
  border-radius: 20px;
}
@media (min-width: 860px) {
  .who-is-tarla__block:nth-child(3n+1) {
    grid-column: 1/2;
  }
}
@media (min-width: 860px) {
  .who-is-tarla__block:nth-child(3n+2) {
    grid-column: 2/3;
  }
}
@media (min-width: 860px) {
  .who-is-tarla__block:nth-child(3n+3) {
    grid-column: 3/4;
  }
}
.who-is-tarla__block-image-container {
  height: 272px;
  margin-bottom: 16px;
  border-radius: 20px;
  overflow: hidden;
}
.who-is-tarla__block-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.who-is-tarla__block-title {
  margin: 0 0 20px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: 0%;
  text-align: center;
}
@media (min-width: 1440px) {
  .who-is-tarla__block-title {
    font-size: 57px;
    line-height: 69px;
  }
}
.who-is-tarla__block-info {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
}

.story {
  background-color: #F5EDE7;
  padding: 16px 0;
}
@media (min-width: 860px) {
  .story__stories-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 30px;
  }
}
@media (min-width: 1440px) {
  .story__stories-container {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 25px;
  }
}
.story__story-container {
  margin-bottom: 40px;
}
@media (min-width: 860px) {
  .story__story-container {
    margin-bottom: 48px;
    grid-column: 2/6;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 48px;
  }
}
@media (min-width: 1440px) {
  .story__story-container {
    grid-column: 2/12;
  }
}
@media (min-width: 860px) {
  .story__story-container:nth-child(odd) > :nth-child(odd) {
    grid-column: 1/2;
  }
}
@media (min-width: 860px) {
  .story__story-container:nth-child(odd) :nth-child(even) {
    grid-column: 2/3;
  }
}
@media (min-width: 860px) {
  .story__story-container:nth-child(even) > :nth-child(odd) {
    grid-column: 2/3;
    order: 1;
  }
}
@media (min-width: 860px) {
  .story__story-container:nth-child(even) :nth-child(even) {
    grid-column: 1/2;
  }
}
.story__story-container:last-child {
  margin: 0;
}
.story__story-image-container {
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 860px) {
  .story__story-image-container {
    margin: 0;
    display: flex;
  }
}
.story__story-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story__story-title-info-container {
  position: relative;
  z-index: 1;
}
@media (min-width: 860px) {
  .story__story-title-info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.story__story-title {
  margin: 0 0 26px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.story__story-info {
  margin: 0 0 22px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0%;
}
@media (min-width: 860px) {
  .story__button {
    width: 260px;
  }
}

.tartabakes-scrolling-images {
  padding: 35px 0;
  border-top: 1px solid #000;
}
@media (min-width: 860px) {
  .tartabakes-scrolling-images {
    padding: 65px 0;
  }
}
.tartabakes-scrolling-images__title {
  margin: 0 0 15px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  text-align: center;
}
@media (min-width: 860px) {
  .tartabakes-scrolling-images__title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (min-width: 1440px) {
  .tartabakes-scrolling-images__title {
    font-size: 43px;
    line-height: 60px;
  }
}
.tartabakes-scrolling-images__images-container {
  overflow-x: auto;
}
.tartabakes-scrolling-images__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.tartabakes-scrolling-images__image-container {
  width: 300px;
  height: 300px;
  margin: 0 24px;
  border-radius: 20px;
  overflow: hidden;
}
.tartabakes-scrolling-images__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contacts {
  padding: 32px 0;
  background-color: #F5EDE7;
}
.contacts__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contacts__title {
  margin: 0 0 14px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 55px;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 860px) {
  .contacts__title {
    font-size: 41px;
    line-height: 62px;
  }
}
@media (min-width: 1440px) {
  .contacts__title {
    font-size: 50px;
    line-height: 72px;
  }
}
.contacts__info {
  margin: 0 0 14px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  letter-spacing: 0%;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
}
@media (min-width: 860px) {
  .contacts__info {
    font-size: 31px;
    line-height: 44px;
  }
}
.contacts__link-button {
  text-decoration: none;
  color: #000;
  background-color: rgba(255, 255, 255, 0.2509803922);
  border: 1px solid #000;
  border-radius: 10px;
  padding: 0 45px;
  height: 72px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 72px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media (min-width: 860px) {
  .contacts__link-button {
    padding: 0 138px;
  }
}

.footer {
  padding: 32px 0;
  background-color: #F5EDE7;
}
@media (min-width: 860px) {
  .footer {
    padding: 64px 0;
  }
}
.footer__logo {
  margin-bottom: 32px;
}
@media (min-width: 860px) {
  .footer__logo {
    margin: 0;
  }
}
.footer__grid-container {
  margin-bottom: 70px;
}
@media (min-width: 860px) {
  .footer__grid-container {
    margin-bottom: 64px;
    display: grid;
    grid-template-columns: 145px 1fr;
    column-gap: 100px;
    align-items: start;
  }
}
@media (min-width: 1440px) {
  .footer__grid-container {
    column-gap: 164px;
  }
}
@media (min-width: 860px) {
  .footer__grid-menus-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    align-items: start;
  }
}
@media (min-width: 1440px) {
  .footer__grid-menus-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 164px;
  }
}
.footer__menu-block {
  margin: 0 0 25px;
}
@media (min-width: 860px) {
  .footer__menu-block {
    margin: 0;
  }
}
.footer__menu-block:last-child {
  margin: 0;
}
.footer__menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__menu-title {
  margin: 0 0 24px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0%;
}
.footer__menu-link {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.footer__copyright-text {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
}

.networks {
  display: grid;
  grid-template-columns: repeat(5, 32px);
  column-gap: 8px;
  row-gap: 0;
}

/*# sourceMappingURL=style.css.map */
