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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 12px;
}

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

.sw_on_text{
	background: rgb(66,65,87);
	background: linear-gradient(0deg, rgb(0 0 0 / 65%) 0%, rgb(0 0 0 / 50%) 10%, rgba(255, 255, 255, 0) 100%);
	height: calc(100% - 32px);
	width: calc(100% - 32px);
	display: grid;
	align-content: end;
	gap: 8px;
	padding: 16px;
	text-align: left;
}

.sw_on_text .head{
	font-size: 15px!important;
	font-weight: 600!important;
	color: #fff!important;
}

.sw_on_text .subject{
	font-size: 14px!important;
    font-weight: 400!important;
    color: #fff!important;
}

.sw_on_text a{
	font-size: 14px;
	font-weight: 600;
	border: 2px solid #ffffff3d;
	color: #ffffff;
	display:flex;
	align-items:center;
	justify-content: center;
	gap:8px;
	padding: 4px 8px 4px 12px;
	border-radius: 20px;
	transition:0.2s;
	width: max-content;
	margin: auto;
}

.sw_on_text a:hover{
	border: 2px solid #ffffff;
	transition:0.2s;
}

.swiperc{
	margin: 0px 20px 0px 0px;
	height: max-content!important;
}

@media only screen and (max-width: 600px) {
	
	.sw_on_text{
		background: rgb(66,65,87);
		background: linear-gradient(0deg, rgb(0 0 0 / 65%) 0%, rgb(0 0 0 / 50%) 10%, rgba(255, 255, 255, 0) 100%);
		height: calc(100% - 16px);
		width: calc(100% - 16px);
		display: grid;
		align-content: end;
		gap: 8px;
		padding: 8px;
	}
	
	.sw_on_text .head{
		font-size: 12px!important;
		font-weight: 600!important;
		color: #fff!important;
	}
	
	.sw_on_text .subject{
		font-size: 14px!important;
		font-weight: 400!important;
		color: #fff!important;
	}
	
	.sw_on_text a{
		font-size: 12px;
		font-weight: 600;
		border: 2px solid #ffffff3d;
		color: #ffffff;
		display:flex;
		align-items:center;
		justify-content: center;
		gap:8px;
		padding: 4px 8px 4px 12px;
		border-radius: 20px;
		transition:0.2s;
		width: max-content;
		margin: auto;
	}
	
	.sw_on_text a:hover{
		border: 2px solid #ffffff;
		transition:0.2s;
	}

	.swiperc{
	margin: 0px;
	transform: scale(1);
	}
	
}