
.courses_learn {
	padding: 40px 0;
}

@media (max-width: 576px) {
	.courses_learn {
		padding: 20px 0;
	}
}

.courses_learn .container {
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
	width: 100%;
}

.courses_learn h2.title {
	margin-bottom: 30px;
	font-family: "Maison Neue", sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 130%;
	color: #5e5e5e;
}

.courses_learn h2.title span {
	color: #30466d;
	font-weight: 600;
}

.courses_learn_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.courses_learn_content_left {
	max-width: 580px;
	width: 100%;
	font-family: "Maison Neue", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 176%;
	color: #5e5e5e;
}

@media (max-width: 1200px) {
	.courses_learn_content_left {
		max-width: 50%;
	}
}

.courses_learn_content_right {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
	padding-left: 100px;
}

@media (max-width: 1000px) {
	.courses_learn_content_right {
		padding-left: 0;
	}
}

@media (max-width: 370px) {
	.courses_learn_content_right {
		padding-left: 0;
	}
}

.courses_learn_right_item {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	max-width: 211px;
}

.courses_learn_right_item.reverse {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}

.courses_learn_right_item.reverse p:not(.title) {
	margin: 0;
}

.courses_learn_right_item.reverse .title {
	line-height: 1;
}

.courses_learn_right_item .title {
	margin: 0;
	display: flex;
	align-items: center;
	font-family: "Maison Neue", sans-serif;
	font-weight: 600;
	font-size: 70px;
	line-height: 80%;
	color: #30466d;
}

.courses_learn_right_item .title span {
	margin-left: 13px;
	font-size: 32px;
}

.courses_learn_right_item p:not(.title) {
	margin: 24px 0 0;
	font-family: "Maison Neue", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 176%;
	color: #5e5e5e;
}

.courses_learn_right_item p.description {
	margin-top: 0;
}

.courses_learn_right_item img {
	height: auto;
	width: 100%;
}

.courses_learn_list {
	padding: 40px 0;
	max-width: 675px;
	position: relative;
}

.courses_learn_list::after {
	content: "";
	position: absolute;
	top: -85px;
	right: -130%;
	display: block;
	width: 837px;
	height: 812px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-604eda1/elogic.co/wp-content/themes/elogic/resources/images/courses/courses-learn-2.svg");
	background-repeat: no-repeat;
	background-size: cover;
	transform: rotate(-21.46deg);
}

@media (max-width: 768px) {
	.courses_learn_list::after {
		content: none;
	}
}

.courses_learn_list_title {
	margin-bottom: 40px;
	font-family: "Maison Neue", sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 130%;
	color: #30466d;
}

.courses_learn_list ul {
	font-family: "Maison Neue", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
	line-height: 176%;
	color: #424242;
}

.courses_learn_list ul li {
	position: relative;
	padding-left: 65px;
	min-height: 110px;
}

.courses_learn_list ul li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 3px;
	height: 3px;
	background: #30466d;
	border-radius: 50%;
}

.courses_learn_list ul li::after {
	content: "";
	position: absolute;
	top: -83px;
	left: 11.5px;
	width: 1px;
	height: 80px;
	background-color: rgba(229, 229, 229, .6);
}

.courses_learn_list ul li:first-child::after {
	display: none;
}

.courses_learn_list ul li span {
	font-weight: 400;
	font-size: 17px;
	color: #5e5e5e;
}

.courses_learn_certificate {
	display: flex;
}

@media (max-width: 768px) {
	.courses_learn_certificate {
		flex-wrap: wrap;
	}
}

.courses_learn_certificate .courses_learn_certificate_left {
	width: 50%;
}

@media (max-width: 768px) {
	.courses_learn_certificate .courses_learn_certificate_left {
		width: 100%;
	}
}

.courses_learn_certificate .courses_learn_certificate_right {
	width: 50%;
	margin-top: -60px;
}

@media (max-width: 768px) {
	.courses_learn_certificate .courses_learn_certificate_right {
		width: 100%;
		margin-top: 0;
	}
}

.courses_learn_certificate .courses_learn_certificate_right img {
	max-width: 100%;
	height: auto;
}

.ccourses_learn_certificate_title {
	max-width: 415px;
	margin-bottom: 30px;
	font-family: "Maison Neue", sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 130%;
	color: #30466d;
}

.courses_learn_certificate_left p {
	font-family: "Maison Neue", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 176%;
	color: #5e5e5e;
}

.courses_learn_certificate_left.reverse {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}

.courses_learn_certificate_left.reverse p {
	margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
	.courses_learn_content {
		flex-direction: column;
	}
	
	.courses_learn_content_left {
		max-width: 100%;
	}
	
	.courses_learn_list {
		margin-bottom: 0;
	}
	
	.courses_learn_certificate {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width: 740px) {
	.courses_learn .section {
		background: none !important;
	}
	
	.wrapper.courses_learn .container {
		width: 100%;
		padding: 0 10px;
	}
	
	.courses_learn h2.title, .courses_learn h2.title span {
		margin-bottom: 20px;
		font-size: 32px;
		line-height: 130%;
	}
	
	.courses_learn_content_left {
		margin-bottom: 35px;
	}
	
	.courses_learn_right_item .title {
		font-size: 60px;
		line-height: 0%;
	}
	
	.courses_learn_right_item .title span {
		font-size: 15px;
		line-height: 130%;
	}
	
	.courses_learn_content_right {
		grid-gap: 33px;
	}
	
	.courses_learn_right_item img {
		width: 171px;
	}
	
	.courses_learn_certificate img {
		width: 100%;
		height: auto;
	}
	
	.courses_learn_list_title {
		margin-bottom: 30px;
	}
	
	.courses_learn_list ul li {
		padding-left: 40px;
		min-height: auto;
	}
	
	.courses_learn_list ul li:not(:last-child) {
		margin-bottom: 30px;
	}
	
	.courses_learn_list ul li::after {
		display: none;
	}
	
	.ccourses_learn_certificate_title {
		font-size: 26px;
		line-height: 130%;
	}
	
	.courses_why_item.small.large {
		grid-column: 12 span;
	}
}
