.beer-card--masked {
  position: relative;
  overflow: visible;
}

.beer-card--masked::before {
  content: "";
  position: absolute;
  top: -250px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 1;
  pointer-events: none;
  background: inherit;
  background-size: cover;
  background-position: inherit;
  background-repeat: no-repeat;
  -webkit-mask: url('/wp-content/themes/justidea-child/assets/img/backgrounds/maska.png') center / 100% 100% no-repeat;
  mask: url('/wp-content/themes/justidea-child/assets/img/backgrounds/maska.png') center / 100% 100% no-repeat;
}

.beer-card--masked > * {
  position: relative;
  z-index: 2;
}

.beer-card{
  width: 100%;
  max-width: 100%;
  padding: 5% 0% 14% 0%;
  margin: 0 auto;
  justify-content: center;
}
.section--beer-offer{
  background-image: none !important;
}

.beer-card:nth-child(2),.beer-card:nth-child(3) {
  margin-top: 0px;
}

.img-beer {
    margin: 30px 20px 40px;
}

.section--beer-offer {
    padding-top: 230px;
    padding-bottom: 0;
}

.beer-card--content{
  max-width: 1200px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

.menu {
    position: relative;
}
.menu__hamburger {
    position: relative;
    z-index: 9999;
}

.btn--hear-karpat {
  position: relative;
    z-index: 999;
}

.first-text p{
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0px;
    color: #c5c7c3;
    opacity: 1;
    font-size: 22px;
    line-height: 36px;
    text-align: left;
}

.first-text ul.text{
  list-style: disc;
  color: #c5c7c3;
}

@media (max-width: 1024px) {
  .beer-card--content{
    flex-direction: column;
  }
  .beer-card{
    padding-top: 5%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 240px;
  }
  
}

@media (max-width: 764px) {
.beer-card--masked::before {
  top: -250px;
  -webkit-mask: url('/wp-content/themes/justidea-child/assets/img/backgrounds/maska-mobile.png') center / 100% 100% no-repeat;
  mask: url('/wp-content/themes/justidea-child/assets/img/backgrounds/maska-mobile.png') center / 100% 100% no-repeat;
}
.first-text p{
    font-size: 15px;
    line-height: 26px;
}
}