:root{
	--main-color: #C41F4C;
	--main-color-hover: #000000;
}

b{
	font-weight: 600 !important;
}
.special{
	color: var(--main-color, #252525);
}
b.special{
	font-weight: 700 !important;
}

.widget-solutions-wrap{
	position: relative;
	overflow: hidden;
	font-size: clamp(16px, 1.7vw, 20px);
	padding: clamp(60px, 10vw, 120px) 0 clamp(30px, 12vw, 60px);
}
.widget-solutions-wrap .widget-header{
	display: flex;
	justify-content: space-between;
	gap: .8em 2em;
}
.widget-solutions-wrap .widget-header .widget-title{
	font-weight: 700;
	font-size: 2.2em;
	line-height: 1.2;
	text-transform: uppercase;
	color: #151515;
	padding: 0;
	margin: 0;
}
.widget-solutions-wrap .widget-header .widget-description{
	color: #1B1E25;
	font-size: .9em;
	font-weight: 400;
	line-height: 1.5;
	max-width: 26em;
}
.widget-solutions-wrap .widget-header + .widget-content{
	margin-top: 2.5em;
}
@media all and (max-width: 800px) {
	.widget-solutions-wrap .widget-header{
		flex-wrap: wrap;
	}
	.widget-solutions-wrap .widget-header .widget-title{
		font-size: 1.625em;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.widget-solutions-wrap .widget-header .widget-description{
		font-size: 1em;
		max-width: 100%;
		flex: 0 0 100%;
	}
}

.widget-staff-wrap{
	padding: clamp(60px, 10vw, 120px) 0 40px;
}