.swiper-container {
  width: 100% !important;
  height: 100% !important;
  background-color:#FCF4E9;
}

.swiper-pagination {
	text-align: left;
	margin-left:4rem;
	margin-bottom:2rem;
}

.swiper-pagination-bullet {
	width:1rem;
	height:1rem;
	border-radius: 0%;
	background-color: var(--bs-navy);
	opacity:1;
	margin:0 8px !important;
}
.swiper-pagination-bullet-active {background-color:var(--bs-teal);}

.swiper-button-next, .swiper-button-prev { color:#7E5324;}
.swiper-container img {width:100%;}
.swiper-slide {
	text-align: center;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;	
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

.brewery-swiper-container {
  width: 100% !important;
  height: 150px !important;
  background-color:#FFF;
  margin-bottom:2rem;

}