/*# sourceMappingURL=block-experience.css.map */

.block-experience {
	background-color: var(--primaryColor);
}

.block-experience__inner {
	padding: 70px 25px;
}

.block-experience__left {
	margin-bottom: 40px;
}

.block-experience__left * {
	color: #fff;
}

.block-experience__right {
	position: relative;
	margin-bottom: 60px;
}

.block-experience__right .image img {
	display: block;
	width: 100%;
	height: auto;
}

.block-experience__right .years {
	position: absolute;
	left: 50%;
	bottom: -60px;
	z-index: 3;
	background-color: var(--tertiaryColor);
	padding: 30px;
	width: 236px;
	margin-left: -118px;
	border-radius: 30px;
}

.block-experience__right .years p {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 40px;
	line-height: 2.5rem;
	font-weight: 700;
	color: #fff;
}

.block-experience__right .years p span {
	font-size: 70px;
	font-size: 4.375rem;
	line-height: 70px;
	line-height: 4.375rem;
	font-weight: 800;
	display: block;
}

@media (min-width: 768px) {
	.block-experience__inner {
		padding: 70px 50px;
	}
	
	.block-experience__right {
		margin-bottom: 0;
	}
	
	.block-experience__right .image {
		margin-left: 50px;
	}
	
	.block-experience__right .years {
		margin-left: 0;
		left: 0;
		bottom: 50px;
	}
}

@media (min-width: 1280px) {
	.block-experience__inner {
		padding: 80px 50px;
		padding-bottom: 50px;
		max-width: 1420px;
		margin: 0 auto;
		display: flex;
		flex-flow: row nowrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.block-experience__left {
		flex: 0 0 42%;
		margin-top: 10px;
	}
	
	.block-experience__right {
		flex: 0 0 54%;
	}
}
