.benefits {
	padding: 0;
}

.benefits p {
	text-align: center;
	width: min-content;
}

.vacancy-list-wrap {
	margin-top: 30px;
	display: flex;
}

.vacancy-list-title {
	font-size: 1.5rem;
	color: #e2000e;
	width: 150px;
	flex-shrink: 0;
}

.vacancy-list {
	list-style: none;
}

.vacancy-item::before {
	content: '';
	width: 7px;
	height: 7px;
	margin-bottom: 1px;
	margin-right: 5px;
	background-color: #e2000e;
	border-radius: 50%;
	display: inline-block;
}

.video-list {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px 0;
}

.video-item {
	width: 31%;
	height: 200px;
}

.video-item iframe {
	width: 100%;
	height: 100%;
}
