.banners-tasting-cards-container {
    width: 100%;
    height: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tasting-cards-banners-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .tasting-cards-banner-item {
    background-size: cover;
    background-position: center;
    height: 600px;
    position: relative;
  }