.angie-vacancy-cta {
	display: block;
	background-color: #fdf6e4;
	border-left: 4px solid #c8992a;
	padding: 14px 18px;
	border-radius: 0 4px 4px 0;
	transition: all 0.3s ease;
	text-decoration: none;
	width: 100%;
}

a.angie-vacancy-cta:hover {
	background-color: #fdf0d0;
	transform: translateX(2px);
}

.angie-vacancy-cta__title {
	display: block;
	margin-bottom: 4px;
	color: #0d1f35;
	font-weight: 700;
	line-height: 1.4;
}

.angie-vacancy-cta__desc {
	display: block;
	font-size: 13px;
	color: #6e6860;
	line-height: 1.5;
}
