.leadership_component {
	padding: 115px 0 148px;
}

.prefooter__has-decorative-elm::before {
	background: url(../../images/decorative-items/red-gt-big.svg) no-repeat
		center center/contain;
	width: 129px;
	height: 143px;
	top: -12.5rem;
}

.prefooter__has-decorative-elm::after {
	background: url(../../images/decorative-items/orange-curly-star.png)
		no-repeat center center/contain;
}

.js_tabs-content {
	display: none;
}

.js_tabs-content.tab-active {
	display: block;
}

.leadership_tabs {
	display: flex;
	justify-content: space-between;
	width: 100%;
	list-style-type: none;
	margin: 0 0 85px;
	padding: 0;
	border-bottom: 3px solid #d9d9d9;
}

.js_tabs {
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	color: var(--secondary-black);
	padding-bottom: 12px;
	width: calc((100% - 17px) / 2);
	text-align: center;
	position: relative;
	bottom: -3px;
}

.leadership_tabs .tab-active {
	color: var(--black);
	border-bottom: 3px solid var(--orange);
}

.leadership__head {
	padding: 28px 0 45px;
	margin-top: 0;
}

@media all and (min-width: 768px) {
	.prefooter__has-decorative-elm::before {
		top: -10rem;
	}
}

@media all and (min-width: 992px) {
	.prefooter__has-decorative-elm::before {
		top: -12.5rem;
	}

	.leadership_tabs {
		justify-content: center;
		width: calc(100% - 175px);
		margin: 0 85px 85px;
	}
}

@media all and (min-width: 1280px) {
	.leadership_component {
		padding: 48px 0 148px;
	}

	.js_tabs {
		width: auto;
		font-size: 17px;
		line-height: 14px;
		font-weight: 400;
	}

	.js_tabs:first-child {
		margin-right: 170px;
	}

	.leadership_tabs .tab-active {
		border-bottom: 4px solid var(--primary-red);
		font-weight: 800;
	}

	.leadership__head {
		padding: 24px 0 50px;
	}

	.leadership_tabs {
		margin: 0 75px 85px;
		width: calc(100% - 130px);
	}
}
