.learn-section{
	background: linear-gradient(90deg, rgba(0,57,139,1) 50%, rgba(38,128,235,1) 50%);
	padding:100px 0 70px ;
}
.learn-custom-container{
	/*max-width: 1030px;*/
}
.learn-thumb-box{
	max-width: 50%;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-right: 140px;
}

.learn-thumb-box img{
	margin-bottom: 20px;
}
.learn-thumb-box span{
	color: var(--pink);
	display: inline-block;
}
.learn-thumb-box h2{
	font-size: 50px;
	color: #fff;
	font-family: fontBold;
	text-transform: uppercase;
	margin-bottom: 5px;
	text-align: right;
	max-width: 500px;
}

.checklist-item{
    margin-bottom: 25px;
}
.checklist-item:last-child{
	margin-bottom: 0;
}

.checklist h3{
	line-height: 27px;
	color: #fff;
	font-weight: 400;
	margin-left: 20px;
	font-size: 25px;
}

@media only screen and (max-width:  1200px){
	.checklist h3{
		font-size: 20px;
	}
}

@media only screen and (max-width: 1024px){
	.learn-thumb-box{
		padding-right: 70px;
	}
	.learn-thumb-box h2{
		font-size: 40px;
	}
	.checklist{
		width: 50%;
		display: flex;
		flex-direction: column;
		align-content: flex-end;
		align-items: flex-start;
		padding-left: 70px;
	}
@media only screen and (max-width:  922px){
	.learn-section{
		background: linear-gradient(180deg,  rgba(0,57,139,1) 38%,   rgba(38,128,235,1) 38%);
		padding:80px 0 70px ;
	}
	.learn-content{
		flex-direction: column;
	}
	.learn-thumb-box{
		max-width: 100%;
		padding-right: 0;
		align-items: center;
		padding-bottom: 40px;
	}
	.learn-thumb-box h2 {
		text-align: center;
	}
	.checklist{
		padding: 0px;
		padding-top: 30px;
		max-width: 380px;
		width: 100%;
		margin: 0 auto;
	}
	.checklist{
	}
	.checklist h3{
		font-size: 20px;
	}
	.checklist-item{
		justify-content: center;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:  768px){
	.learn-section{
		background: linear-gradient(180deg, rgba(0,57,139,1) 37%, rgba(38,128,235,1) 37%);
    	padding: 50px 0 70px;
	}
	.learn-thumb-box img{
		max-width: 150px;
	}
	.learn-thumb-box h2{
		font-size: 30px;
	}
	.checklist{
		width: 100%;
	}
	.checklist-item{
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:  622px){
	.learn-section{
		/*background: linear-gradient(180deg,  rgba(0,57,139,1) 30%,   rgba(38,128,235,1) 30%);*/
		padding:40px 0 70px ;
	}
	.checklist h3{
		font-size: 18px;
	}
}

@media only screen and (max-width:  360px){
	.checklist h3{
		font-size: 16px;
	}
}
