.multicolumn-row {
	margin-bottom: -8px;
}
.multicolumn-col {
	margin-bottom: 8px;
}
.multicolumn-block {
	background-color: #F0F0F5;
	padding: 60px 24px 24px 24px;
	height: 100%;
}
.multicolumn-block--icon {
	padding-top: 40px;
}
.multicolumn-block__icon {
	display: block;
	margin-bottom: 40px;
}
.multicolumn-block__title {
	color: #7174E4;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 40px;
}
.multicolumn-block--icon .multicolumn-block__title {
	color: #2A2A36;
	margin-bottom: 8px;
}
.multicolumn-block__desc {
	color: #2A2A36;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
}
.multicolumn-block__desc > *:not(:last-child) {
	margin-bottom: .5em;
}
.multicolumn-block__desc ul li:not(:last-child) {
	margin-bottom: .2em;
}
.multicolumn-block__desc strong {
	font-weight: 500;
}
.multicolumn-block__desc ul li {
    display: block;
    position: relative;
}
.multicolumn-block__desc--list-style-checkmark ul li {
    padding-left: 24px;
}
.multicolumn-block__desc--list-style-dot ul li {
    padding-left: 16px;
}
.multicolumn-block__desc ul li:before {
	content: "";
    position: absolute;
    display: block;
    left: 0;
}
.multicolumn-block__desc--list-style-checkmark ul li:before {
    width: 18px;
    height: 19px;
    top: calc(.75em - 10px);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.8883 8.15062C17.2266 9.81084 16.9855 11.5369 16.2053 13.0408C15.425 14.5448 14.1527 15.7358 12.6006 16.4153C11.0484 17.0948 9.31027 17.2216 7.67596 16.7746C6.04164 16.3276 4.60995 15.3339 3.61964 13.9591C2.62934 12.5843 2.14027 10.9115 2.23401 9.21979C2.32774 7.52805 2.99861 5.91957 4.13474 4.6626C5.27086 3.40562 6.80357 2.57612 8.47727 2.31244C10.151 2.04875 11.8645 2.36681 13.332 3.21358' stroke='%235F63DF' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.40625 8.89136L9.62847 11.1136L17.0359 3.70618' stroke='%235F63DF' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.multicolumn-block__desc--list-style-dot ul li:before {
	width: 8px;
	height: 8px;
	top: calc(.75em - 4px);
	border-radius: 50%;
	background-color: var(--accent-violet-60);
}
@media screen and (min-width:768px) {
	.multicolumn-block {
		min-height: 280px;
	}
}
@media screen and (min-width:1200px) {
	.multicolumn-block {
		min-height: 420px;
	}
	.multicolumn-block--icon {
		min-height: 360px;
	}
}
@media screen and (min-width:1200px) and (max-width:1349.98px) {
	.multicolumn-block__title {
		font-size: 22px;
	}
}