
.courses_apply {
	padding: 40px 0;
}

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

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

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

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

.courses_apply_items {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.courses_apply_items::after {
	content: "";
	position: absolute;
	top: -85px;
	right: -45%;
	display: block;
	width: 837px;
	height: 812px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-30e8056/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_apply_items::after {
		content: none;
	}
}

.courses_apply_row:not(:last-child) {
	margin-bottom: 84px;
}

.courses_apply_row {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 54px;
}

.courses_apply_row div:first-child, .courses_apply_row div:last-child {
	grid-column: 4 span;
	max-width: 380px;
	max-height: 120px;
}

@media (max-width: 768px) {
	.courses_apply_row div:first-child, .courses_apply_row div:last-child {
		max-height: none;
	}
}

.courses_apply_row div:nth-child(2) {
	position: relative;
	grid-column: 3 span;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 26px 27px;
	margin: 0 auto;
	width: 100%;
	max-width: 112px;
	max-height: 112px;
	background: #fff;
	box-shadow: 0px 10px 50px -5px rgba(48, 70, 109, .15);
	border-radius: 50%;
}

.courses_apply_row:not(:last-child) div:nth-child(2)::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 54px;
	bottom: -60%;
	background-color: rgba(229, 229, 229, .6);
}

.courses_apply_items .courses_apply_row:nth-child(2n) .courses_apply_column:first-child {
	grid-row: 1;
	grid-column-end: 13;
}

.courses_apply_items .courses_apply_row:nth-child(2n) .courses_apply_column:last-child {
	grid-row: 1;
	text-align: right;
}

.courses_apply_row div:first-child {
	text-align: right;
}

.courses_apply_column h4 {
	margin-bottom: 18px;
	font-family: "Maison Neue", sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 130%;
	color: #424242;
}

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

@media screen and (max-width: 768px) {
	.wrapper.courses_apply {
		padding: 40px 0;
	}
	
	.wrapper.courses_apply .container {
		width: 100%;
		padding: 0 10px;
	}
	
	.courses_apply h2.title, .courses_apply .title span {
		margin-bottom: 20px;
		font-size: 32px;
	}
	
	.courses_apply_row {
		display: flex;
		grid-gap: 0;
		width: 100%;
	}
	
	.courses_apply_row:not(:last-child) div:nth-child(2)::after {
		display: none;
	}
	
	.courses_apply_row:not(:last-child) {
		margin-bottom: 30px;
	}
	
	.courses_apply_row div:nth-child(2) {
		padding: 16px 16px;
		margin: 0 20px 0 0;
		max-width: 64px;
		max-height: 64px;
	}
	
	.courses_apply_row div:first-child, .courses_apply_row div:last-child {
		max-width: 100%;
	}
	
	.courses_apply_row div:nth-child(2) img {
		width: 100%;
		height: auto;
	}
	
	.courses_apply_items .courses_apply_row:nth-child(2n) {
		justify-content: start;
	}
	
	.courses_apply_items .courses_apply_row:nth-child(2n) .courses_apply_column:first-child, .courses_apply_items .courses_apply_row:nth-child(2n) .courses_apply_column:last-child {
		text-align: left;
	}
}
