
.courses_why {
	padding: 40px 0;
}

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

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

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

.courses_why .title span {
	font-family: "Maison Neue", sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 130%;
	color: #30466d;
}

.courses_why_items {
	padding: 30px 0;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 20px;
	font-family: "Maison Neue", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 176%;
	color: #5e5e5e;
	background: #fff;
}

.courses_why_item.small {
	padding: 52px 33px;
	grid-column: 3 span;
	border: 1px solid #e2e3e5;
}

.courses_why_item.big {
	padding: 40px 33px;
	grid-column: 6 span;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 4px 30px rgba(143, 173, 245, .2);
}

@media (max-width: 1150px) {
	.courses_why_item.big {
		flex-wrap: wrap;
	}
}

@media (max-width: 576px) {
	.courses_why_item.big {
		padding: 30px 30px;
	}
}

.courses_why_item.small.large {
	grid-column: 6 span;
	display: flex;
}

@media (max-width: 1000px) {
	.courses_why_item.small.large {
		grid-column: 12 span;
	}
}

@media (max-width: 768px) {
	.courses_why_item.small.large {
		display: block;
	}
}

@media (max-width: 1000px) {
	.courses_why_item.small.large .courses_why_item__wrapper {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.courses_why_item.small.large .courses_why_item__wrapper {
		width: 100%;
		max-width: none;
	}
}

.courses_why_item.small.large .courses_why_item {
	max-width: 277px;
	margin-left: 17px;
	padding-top: 20px;
}

@media (max-width: 1000px) {
	.courses_why_item.small.large .courses_why_item {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.courses_why_item.small.large .courses_why_item {
		width: 100%;
		max-width: none;
		margin-left: 0;
		padding-top: 0;
	}
}

.courses_why_item.big .courses_why_item__wrapper p {
	font-size: 15px;
	line-height: 176%;
}

.courses_why_item.big .courses_why_item__wrapper-left {
	width: 213px;
}

@media (max-width: 1150px) {
	.courses_why_item.big .courses_why_item__wrapper-left {
		width: 100%;
	}
}

.courses_why_item.big .courses_why_item__wrapper-left p {
	font-size: 15px;
	line-height: 176%;
}

.courses_why_item.big .courses_why_item__wrapper-right {
	width: 247px;
}

@media (max-width: 1150px) {
	.courses_why_item.big .courses_why_item__wrapper-right {
		width: 100%;
	}
}

.courses_why_item.big .courses_why_item__wrapper-right h4 {
	margin-bottom: 30px;
	font-family: "Maison Neue", sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 130%;
	color: #313131;
}

.courses_why_item.big .courses_why_item__wrapper-right h4 span {
	color: #30466d;
	font-weight: 600;
}

.courses_why_item.big .courses_why_item__wrapper-right small {
	font-weight: 400;
	font-size: 13px;
	line-height: 176%;
	color: #a0a0a0;
}

.courses_why_item.big .courses_why_item__wrapper-right .courses_why_time {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}

@media (max-width: 576px) {
	.courses_why_item.big .courses_why_item__wrapper-right .courses_why_time {
		margin-bottom: 0;
	}
}

.courses_why_item.big .courses_why_item__wrapper-right .courses_why_time img {
	margin-top: -5px;
}

.courses_why_item.big .courses_why_item__wrapper-right .courses_why_time p {
	margin: 0;
	margin-left: 14px;
	font-family: "Maison Neue", sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 130%;
	color: #30466d;
}

@media (max-width: 576px) {
	.courses_why_item.big .courses_why_item__wrapper-right .bottom-img {
		display: none;
	}
}

.courses_why_item.big .courses_why_item__wrapper-right .bottom-img img {
	max-width: 100%;
}

.courses_why_item_head {
	margin-bottom: 23px;
	display: flex;
	align-items: center;
	min-height: 50px;
}

.courses_why_item_head h4 {
	font-family: "Maison Neue", sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 75%;
	color: #30466d;
}

.courses_why_item_head h4 span {
	font-size: 17px;
}

@media screen and (max-width: 1000px) {
	.courses_why_item.small {
		grid-column: 6 span;
	}
	
	.courses_why_item.big {
		grid-column: 12 span;
	}
}

@media screen and (max-width: 740px) {
	.wrapper.courses_why {
		margin: 20px 0;
	}
	
	.courses_why_items {
		grid-gap: 10px;
	}
	
	.courses_why .title, .courses_why .title span {
		margin-bottom: 20px;
		font-size: 32px;
		line-height: 130%;
	}
	
	.courses_why_item.small {
		padding: 30px;
		grid-column: 12 span;
	}
	
	.courses_why_item.big {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 40px;
	}
}
