article[about$=kak-prigotovit-kofe-s-koricey] .bean-cards {
  margin-bottom: 0
}
.presentation {
  padding: 0 90px 50px;
  max-width: 1400px;
  margin: 0 auto
}
.presentation .controls.controls--arrows {
  padding: 0 1rem
}
.presentation__start {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1
}
.presentation__start a {
  cursor: pointer
}
.presentation .presentation-slider {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  --gap: 20px;
  min-height: 100px
}
.presentation .presentation-slider__list {
  margin: 0 calc(-1 * var(--gap))
}
.presentation .presentation-slider__slide {
  margin: 0 var(--gap);
  border-radius: 20px;
  overflow: hidden;
  position: relative
}
@media screen and (max-width:767px) {
  .presentation .controls.controls--arrows {
    padding: 0!important
  }
  .presentation .presentation-slider {
    --gap: 5px
  }
}
.presentation > * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.home-hero-stage .grid-x .slide-items > div:not([class]) .slider-overlay-mask {
  opacity: .4
}
.home-hero-stage .grid-x .slide-items > div:not([class]) p {
  max-width: 55rem
}
.coffee-image-story h3 {
  max-width: 500px;
  text-align: center;
  margin: 50px auto 0
}
@media screen and (max-width:1023px) {
  .presentation {
    padding: 0 20px 50px
  }
  .coffee-image-story h1 {
    font-size: 35px
  }
  .coffee-image-story h3 {
    font-size: 20px;
    max-width: 350px
  }
  .coffee-image-story ul {
    font-size: 14px
  }
}
.coffee-image-story .button {
  margin-top: 2rem
}
.coffee-image-story ul {
  text-align: left;
  list-style: none;
  max-width: 840px;
  margin: 20px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px 0 30px
}
.coffee-image-story ul li {
  position: relative
}
.coffee-image-story ul li:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  width: 20px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../../img/nescafe-small-logo.svg) 0 0/cover no-repeat no-repeat
}
.coffee-image-story ul li:not(:first-child) {
  margin-top: 20px
}