
.Schedule {
	padding-bottom: 10px;
	padding-top: 20px;
	overflow: hidden;
}

.Schedule .section-title {
	margin-bottom: 90px;
}

.Schedule__item {
	margin-bottom: 45px;
	-webkit-box-shadow: 0 5px 10px rgba(22,41,124,.1);
	box-shadow: 0 5px 10px rgba(22,41,124,.1);
}

.Schedule__item__pic img {
	min-width: 100%;
}

.schedule_card {
	color: #002a8f;
	height: 25rem;
}

.schedule_half {
	color: #002a8f;
	height: 11rem;
}

.schedule_cards {
	margin: 0 auto;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
}


@media screen and (max-width:768px) {
	.schedule_cards {
		max-width: 1000px;
		margin: 0 auto;
		display: grid;
		grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
	}
}

@media screen and (max-width:768px) {
	.schedule_card {
		height: 30rem;
	}
}

@media screen and (max-width:768px) {
	.Schedule__item {
		margin-bottom: 5px;
	}
}

.blog-slider {
	width: 95%;
	position: relative;
	max-width: 400px;
	margin: auto;
	background: #fff;
	box-shadow: 0 14px 80px rgba(34,35,58,.2);
	border-radius: 25px;
	height: 250px;
	transition: all .3s;
}

.blog-slider:hover .blog-slider__img {
	transform: translateX(20px);
	transform: scale(1.1);
}

@media screen and (max-width:992px) {
	.blog-slider {
		max-width: 680px;
		height: 400px;
	}
}

@media screen and (max-width:768px) {
	.blog-slider {
		min-height: 300px;
		height: auto;
		margin: 10px auto;
	}
}

@media screen and (max-height:500px) and (min-width:992px) {
	.blog-slider {
		height: 350px;
	}
}

.blog-slider__item {
	display: flex;
	align-items: center;
}

@media screen and (max-width:768px) {
	.blog-slider__item {
		flex-direction: column;
	}
}

.blog-slider__img {
	width: 225px;
	flex-shrink: 0;
	height: 150px;
	background-image: linear-gradient(147deg,#6495ed 0,#0cf 74%);
	box-shadow: 4px 13px 30px 1px rgba(252,56,56,.2);
	border-radius: 20px;
	transform: translateX(-20px);
	overflow: hidden;
	margin-top: 50px;
}

.blog-slider__img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(147deg,#fe8a39 0,#fd3838 74%);
	border-radius: 20px;
	opacity: .1;
}

.blog-slider__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0;
	border-radius: 20px;
	transition: all .3s;
}

@media screen and (max-width:768px) {
	.blog-slider__img {
		transform: translateY(-10%);
		width: 90%;
	}
}

@media screen and (max-width:576px) {
	.blog-slider__img {
		width: 95%;
	}
}

@media screen and (max-height:500px) and (min-width:992px) {
	.blog-slider__img {
		height: 150px;
	}
}

.blog-slider__content {
	padding-right: 25px;
}

@media screen and (max-width:768px) {
	.blog-slider__content {
		margin-top: -50px;
		text-align: center;
		padding: 0 30px;
	}
}

@media screen and (max-width:576px) {
	.blog-slider__content {
		padding: 0;
	}
}

.blog-slider__code {
	color: #fff;
	margin-bottom: 5px;
	display: block;
	font-weight: 700;
	font-family: "Lato",sans-serif;
}

.blog-slider__title {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 5px;
	font-family: 'Anek Malayalam';
}

.blog-slider__text {
	color: #fff;
	margin-bottom: 5px;
	line-height: 1.5em;
	font-size: 1.5rem;
	font-family: "Lato",sans-serif;
	position: fixed;
	bottom: 0;
	width: 100%;
}
