.cards-projects-module h2{
	margin-bottom: 0;
}

.cards-projects-module .shape{
	margin-bottom: 3.6rem;
}

.cards-projects-module .cards-icons--intro-container{
	margin-bottom: 4rem;
}

.cards-projects-module .cards-icons--intro-container .span4{
	display: flex;
	justify-content: end;
}

.cards-projects-module .card-container--outer{
	flex: 1;
	margin: 0 1.5rem;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cards-projects-module .card-container--outer:after{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index:-1:
}

.cards-projects-module .card-container--outer:first-child {
	margin-left: 0;
}

.cards-projects-module .card-container--outer:last-child {
	margin-right: 0;
}

.cards-projects-module .card-container--inner{
	padding: 6rem 4rem 4rem 4rem;
	height: 100%;
	position: relative;
	z-index: 1;
}

.cards-projects-module .card-container--inner ul{
	margin-bottom: 0;
}

.cards-projects-module .card-container--inner ul li{
	margin-right: 1.6rem;
	color: var(--black_color);
	font-size: 1.4rem;
	font-weight: var(--font_weight_semi_bold);
	padding: 4px 12px;
	border-radius: 5rem;
}

.cards-projects-module .card-container--inner h3{
	margin: 2rem 0 1.2rem 0;
	color: var(--white_color);
}

.cards-projects-module .card-container--inner .card-text p{
	color: var(--white_color);
}

.cards-projects-module .card-container--inner .red-button{
	margin-top: 2.4rem;
}

.cards-projects-module .card-container--inner a{
	width: fit-content;
}

@media (max-width: 767px){
	.cards-projects-module .cards-icons--intro-container .span4{
		justify-content: start;
	}
	.cards-projects-module .cards-icons--intro-container{
		margin-bottom: 3rem;
	}

	.cards-projects-module h2{
		margin-bottom: 1.2rem;
	}

	.cards-projects-module .shape{
		margin-bottom: 2rem;
		max-height: 2.5rem;
		width: fit-content;
	}

	.cards-projects-module .card-container--outer{
		flex: 0 0 100%;
		margin: 1rem 0;
	}

	.cards-projects-module .card-container--inner{
		padding: 8rem 3.2rem 3.2rem 3.2rem;
	}
}

@media (max-width: 375px){
	.cards-projects-module .card-container--inner ul li:not(:last-child){
		margin-bottom: 1.2rem;
	}
}