.careercta{
	position: relative;
}
.careercta .image,
.careercta .image img{
	height: 100%;
}
.careercta .image{
	overflow: hidden;
}
.careercta .image img{
	object-fit: cover;
	transition: transform .3s ease;
}
.careercta:hover .image img{
	transform: scale(1.1);
}
.careercta .text{
	padding: 80px;
}
.careercta .is-style-outline{
	margin-top: 60px;
}
.careercta.tc-light,
.careercta.tc-light h3{
	color: var(--wp--preset--color--light-grey);
}

.careercta.tc-light .is-style-outline .btn{
	border-color: #fff;
	color: #fff
}
.careercta.tc-light .is-style-outline .btn:hover{
	background-color: #fff;
	color: var(--wp--preset--color--etel-blau);
}

@media (min-width: 1200px){
	.careercta .text p{
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}
}

@media (max-width: 1399px){
	.careercta .text{
		padding: 40px;
	}
}

@media (max-width: 991px){
	.careercta .text{
		padding: 40px 20px;
	}
	.careercta .is-style-outline{
		margin-top: 40px;
	}
}