/*
 * Sectors Archive
*/

#subheader::after {
	content: "";
	display: block;
	width: 100%;
	height: 30%;
	background: linear-gradient(0deg, rgba(81, 81, 97, 0.390734) 11.59%, rgba(255, 255, 255, 0.0001) 94.6%);
	position: absolute;
	bottom: 0;
}

.sectors-all {
	background-image: url(/wp-content/uploads/2021/12/PP_patternAsset-3@2x-Copy.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
	padding-top: 1em;
	padding-bottom: 1.5em;
}

article.type-sectors {
	padding-bottom: 2.6em;
}

.post-sectors-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-bottom: 3em;
	padding-top: 3em;
	height: 100%;
}

article.type-sectors .post-sectors-item {
	border-bottom: 2px solid #AEAEB8;
}

.post-sectors-item .h3 {
	margin-bottom: 1.35em;
	margin-top: 1em;
}

.post-sectors-item .b6 {
	color: #4F4D88;
	opacity: 0.8;
}

.post-sectors-item img {
	max-width: 100%;
	height: 7.78em;
}



@media (max-width: 767px) {

	article.type-sectors:not(:nth-child(7)):not(:nth-child(8)):not(:nth-child(9)) .post-sectors-item {
		border-bottom: none;
	}

	article.type-sectors:not(:nth-child(1)) .post-sectors-item {
		border-top: 2px solid #AEAEB8;
	}

	.post-sectors-item img {
		max-width: 100%;
		height: 4em;
	}
}