.education__banner {
	box-shadow: 0px 6.4px 6.4px 0px #00000040;
	border-radius: 24px;
}
.education p {
	margin: 24px 0 0;
}
.education__details {
	max-width: 600px;
	color: #5E7682;
}
.education__details-item:not(:last-child) {
	position: relative;
	padding-bottom: 28px;
}
.education__details-item:not(:last-child):before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 12px;
	height: 12px;
	background-color: #A40020;
}
.education__scroll-wrapper {
	min-width: 800px;
}
.education__scroll {
	overflow-x: auto;
}

@media (max-width: 768px) {
  .education__banner {
		border-radius: 8px;
	}
}