.numbers-item {
	height: calc(100% - 172px);
	border-radius: 15px;
	background: #C6006F;
	color: #fff;
	padding: 86px 86px 86px;
	text-align: center;
}

.numbers-item .title {
	color: #FFF;
	text-align: center;
	font-family: "Work Sans";
	font-size: 60px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
}

.numbers-item .content {
	color: #FFF;
	text-align: center;
	font-family: "Proxima Nova";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 27.5px;
	letter-spacing: 0.48px;
	text-transform: uppercase;
}

.numbers .row > .col-md-4:nth-child(2) .numbers-item {
	background: #007CC2;
}

.numbers .row > .col-md-4:nth-child(3) .numbers-item {
	background: #492F92;;
}

@media (max-width: 1399px){
	.numbers-item {
		padding: 86px 40px 86px;
	}
}

@media (max-width: 1199px){
	.numbers-item {
		height: 100%;
		padding: 35px 20px 35px;
		box-sizing: border-box;
	}

	.numbers-item .title {
		font-size: 45px;
/*		text-transform: capitalize;*/
	}

	.numbers-item .content {
		font-weight: 600;
	}

	.numbers-item .content {
		max-width: 266px;
		margin: auto;
	}
}