.features-list {
    position: relative;
}
.features-list .has-cta-font-size {
    text-transform: uppercase;
	margin: 0 0 2.5rem;
}
.features-list .bp-group:first-child {
	margin-top: 0;
}
.features-list .bp-group {
    margin-top: 3rem!important;
}
.features-list .wp-block-list {
	columns: 2;
	column-gap: 3rem;
	list-style-type: none;
}
.features-list .wp-block-list li {
	margin-bottom: 1.6rem;
    display: flex;
    gap: 0.7rem;
    align-items: baseline;
	break-inside: avoid-column;
}

.features-list .wp-block-list li::before {
    content: '+ ';
}

@media only screen 
and (min-width : 961px) {
	.features-list .bp-group {
		margin-top: 6rem!important;
	}
	.features-list .wp-block-list li {
		width: 46.1rem;
	}
}
@media only screen 
and (min-width : 0) 
and (max-width : 960px) {
	.features-list .wp-block-heading {
		max-width: 80%;
	}
}