.justify-content-center {justify-content: center!important;}
.blog-content img {width: 100%; margin-top: 40px;}
swiper-container {
  width: 100%;
}

swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

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

swiper-slide span {
	height: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; 
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.21);
    box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}

.swiper-button-next svg {
  color: #fff;
}

.swiper-tours {
  height: fit-content !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
 /* width: 600px !important;
  height: 400px !important;*/
}

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

.position-relative div {
  width: 100%;
  height: 70px;
  bottom: 0px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5); 
  color: white; 
  padding: 5px 10px; 
  font-size: 16px; 
  text-align: center; 
  left: 50%;
  transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.position-relative div span{
  cursor: pointer;
}

.swiper-tours-small {
	display: none !important;
}


@media(max-width: 768px) {
	.swiper-wrapper {
		justify-content: unset; 
	}

	.swiper-tours-btn {
		display: none !important;
	}

	.swiper-tours-small {
		display: block !important;
	}

	.swiper-slide {
	  text-align: center;
	  font-size: 18px;
	  background: #fff;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 100% !important;
	  height: 300px !important;
	}
}