.workforcecta--section {
	position: relative;
}

.workforcecta--container {
	padding: 60px 30px;
}

.workforcecta--small-title {
	color: var(--theme-green);
}

.has-theme-dk-charcoal-background-color .workforcecta--small-title,
.has-theme-dk-charcoal-background-color .workforcecta--large-title {
	color: var(--theme-lavender);
}

.workforcecta--list {
	margin-bottom: 45px;
}

.workforcecta--image {
	position: relative;
	margin: auto 5px -60px -30px;
	width: calc((100vw - var(--scrollbar-width)) / 2);
	align-self: flex-end;
	clip-path: polygon(59% 5%, 100% 38%, 100% 100%, 0 100%, 0 0);
}

.workforcecta--image:before {
	content: "";
	display: block;
	padding-bottom: 101%;
}

.workforcecta--image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (min-width: 1200px) {
	.workforcecta--image {
		width: calc((100vw - var(--scrollbar-width)) / 2 - 55px);
		margin-right: 60px;
	}
}