
/* frontpage/_solutions.php */


.eidas-front.c-section--decorated::after{
	background-color: var(--color-blue);
}



.c-eidas.c-section--decorated::after{
	background-color: var(--color-blue);
}

.eidas-front.up-decoration::before{
	background-color: var(--color-blue);
}


.backgroud__services.c-section--decorated::after{
	background-color: var(--color-green);
}

.section_testi.c-section--decorated::before{
	top: 9.5rem;
}

@media ( min-width: 600px ) {

	.c-frontpage__solutions .c-solutions-grid {
		display: grid;
	}
	
}

@media (max-width: 600px){
	.section_testi.c-section--decorated::before{
		top:130px;
	}
	
}

@media (max-width: 999px){
	.section_testi.c-section--decorated::before{
		top: 8.5rem;
	}
}
@media (max-width: 900px){
	.section_testi.c-section--decorated::before{
		top: 6.5rem;
	}
	
}

.c-frontpage__solutions__title {
	margin-top: 120px;
	font-size: calc( 1rem * 40 / 20 );
}
.c-frontpage__solutions .c-solutions-grid {
	margin-top: 80px;
}


.cards-container-sector.u-decoration--right::after {
	background-color: var(--color-green);
}





