
.course-section .container .heading-part{
	margin-bottom: 60px;
}


.course-section .container .heading-part span{
	font-family: inherit;
	font-size: 14px;
	color: #a0b1b6;
	font-weight: 400;
	line-height: 1.3;
	text-transform: capitalize;
}

.course-section .container .heading-part h4{
	font-family: inherit;
	font-size: 25px;
	color: #000;
	font-weight: 600;
	line-height: 1.3;
	text-transform: capitalize;
	display: block;
	margin-top: 14px;
	position: relative;
}

.course-section .container .heading-part h4::before{
	position: absolute;
    content: '';
    bottom: -4px;
    left: 0;
    width: 70px;
    height: 4px;
    background-color: #1DA696;
}







.course-section .container .slider-section {
	width: 100%;
}



.course-section .container .slider-section .my-slider{
	width: 100%;
	cursor: pointer;
}


.course-section .container .slider-section .my-slider div {
    padding: 0 10px;
}

.course-section .container .slider-section .my-slider div .text-block{
	padding: 16px;
}

 .course-section .container .slider-section .my-slider div .text-block span{
	font-family: inherit;
	font-size: 14px;
	color: #a0b1b6;
	font-weight: 400;
	line-height: 1.3;
} 

 .course-section .container .slider-section .my-slider div .text-block h4{
	padding: 10px 0;
	margin: 0 !important;
}

.course-section .container .slider-section .my-slider div .text-block p{
	font-family: inherit;
	font-size: 14px;
	color: #a0b1b6;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 17px;
} 

 .course-section .container .slider-section .my-slider div .text-block a{
	display: inline-block;
    font-family: inherit;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
    background-color: #30A199;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: 0.3s ease;
}
 
.course-section .container .slider-section .my-slider div .text-block a:hover{
	background-color: #298d85;
}

.course-section  .content-wrapper{
	height: 427px;
	background-color: transparent;
}

.my-slider .slick-arrow {
    position: absolute;
    top: -14%;
    transform: translateY(-50%);
    cursor: pointer;
}

.my-slider .slick-arrow.btn-prev {
    left: 94%;
    z-index: 9999;
    color: #a0b1b6;
    border: 1px solid #a0b1b6;
    padding: 1px 5px;
}

.my-slider .slick-arrow.btn-next {
    right: 5px;
    z-index: 9999;
    color: #a0b1b6;
    border: 1px solid #a0b1b6;
    padding: 1px 5px;
}



.content-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
}
.content-block{

	width: 100%;
	background-color: #fff;
	/* height: 350px;
} */