
@media only screen and (max-width: 992px) {
 h1{
	font-size: 2.0rem  !important ;
	line-height: 2.4rem  !important ;
}
h2{
	font-size: 1.5rem  !important;
	line-height: 1.8rem  !important ;
}
h4{

	font-size:22px;
}
.chapter-area{
	position: absolute;
	bottom: -100px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
}

.chapter_flex{
	display: flex;
	justify-content: space-between;
	column-gap: 15px;
}
}

@media only screen and (max-width: 767px){
	.chapter img{
	max-width: 100px;
}
.chapter h4{
	color: #00acda;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
}
.chapter span{
	color: #ffffff;
}
.episode_heading_title h1{
	font-size: 50px;
	font-weight: bold;
}
.episode_heading_title h4{
	
	font-size:22px;
}

}

@media only screen and (max-width: 400px){
	.episode_heading_title h1{
	font-size: 20px;
	font-weight: bold;
}

.chapter-area-black h1 {
	font-size:22px !important;
	line-height:26px !important;
}

.episode_heading_title h4{
	
	font-size:18px;
}
}