#background {
	padding-top: 100px;
	padding-bottom: 53px;
}
#background h3 {
	margin-bottom: 0;
}
#background h3:after {
	content: '';
	border-bottom: solid 1px #CFD6E6;
	display: block;
	padding-top: 22px;
	margin-bottom: 35px;
}
#background .text-experience {
	max-width: 611px;
	width: 50.04095%;
}
#background .text-bg {
	max-width: 457px;
	width: 37.42834%;
}
#background .content .experience {
	column-count: 2;
	column-gap: 6.38821%;
}
#background .content h5 {
	margin-bottom: 13px;
}
#background .content p {
	line-height: 1.8125;
	font-size: var(--fs-16);
	margin-bottom: 34px;
}


@media screen and (max-width: 1400px) {
	#background {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 768px) {
	#background {
		flex-direction: column;
	}
	#background .text-experience, 
	#background .text-bg {
		width: 100%;
	}
	#background .text-experience {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 500px) {
	#background .content .experience {
		column-count: 1;
	}
}