.helboy-lessons-pages-wrapper{
	
}
.hidden{
	display: block;
}
.helboy-lesson-page-item{
	display: flex;
	background-color: #000000;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 20px;
	align-content: center;
	position: relative;
	overflow: hidden;
}
.helboy-lesson-page-item a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.helboy-page-image{
	width: 40%;
	margin-top: -5px;
}
.helboy-page-image img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	margin-bottom: -5px;
}
.helboy-page-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 60%;
	padding: 45px 30px;
}
.helboy-page-number{
	color: #DA8300;
  font-size: clamp(3.125rem, -0.375rem + 14vw, 11.875rem);
  line-height: 1;
  font-weight: 700;
}
.helboy-page-title{
  font-size: clamp(1.125rem, -0.075rem + 4.8vw, 4.125rem);
  line-height: 1;
  font-weight: 700;
  color: #fff;
	margin-bottom: 0 !important;
}
.helboy-page-subtitle{
	color: #DA8300;
	display: block;
  font-size: clamp(0.625rem, 0.175rem + 1.8vw, 1.75rem);
  line-height: 1.5;
  font-weight: 400;
}
.helboy-load-more-container{
	display: flex;
	justify-content: center;
	align-items: center;
}
.helboy-load-more-btn, .helboy-load-more-btn:hover{
	font-size: 16px;
    padding-top: 15px;
    padding-right: 110px;
    padding-bottom: 16px;
    padding-left: 110px;
	border-radius: 5px;
	color: #FFFFFF;
 	background-color: #DA8300;
}
@media screen and (max-width: 959px){
	.helboy-page-content{
	padding: 30px 20px;
}
	.helboy-lesson-page-item{
	margin-bottom: 15px;
}
}
@media screen and (max-width: 767px){
	.helboy-load-more-btn{
		font-size: 14px;
		padding-top: 10px;
		padding-right: 90px;
		padding-bottom: 11px;
		padding-left: 90px;
	}
		.helboy-lesson-page-item{
	margin-bottom: 10px;
}
	.helboy-page-image{
		margin-top: -5px;
	}
	.helboy-page-image img{
	height: 46vw !important;
	margin-bottom: -10px;
	}
}