.info-bloks{
	align-items: stretch !important;
}

.info-bloks-item{
	border-radius: 23px;
	background-image: linear-gradient(180deg, #810081 3.58%, #FB5E6E 100%);
	margin-bottom: 1.5vw;
	padding: 1px;
	width: 32%;
}

.info-bloks-item-content{
	border-radius: 23px;
	background-color: #fff;
	padding: 30px;
	height: 100%;
}

.info-bloks-item-blank{
	width: 32%;
}

.info-bloks-image{
	width: 40px;
	height: 40px;
}

.info-bloks-text{
	margin: 32px 0 16px 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.04em;
}
