.pricing-title {
    position: absolute;
    right: -1px;
    left: -1px;
    bottom: 100%;
}
.feature-list {
	margin: 0;
}
.feature-list li {
    list-style-type: none;
	position: relative;
	padding: 0 0 0 34px;
}

.feature-list li:before {
                background-color: var(--base-2);;
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' fill='none'%3E%3Cpath fill='%23031b4e' fill-rule='evenodd' d='m11.097.363-7.16 6.91-1.9-2.03c-.35-.33-.9-.35-1.3-.07-.39.29-.5.8-.26 1.21l2.25 3.66c.22.34.6.55 1.03.55.41 0 .8-.21 1.02-.55.36-.47 7.23-8.66 7.23-8.66.9-.92-.19-1.73-.91-1.03v.01Z' clip-rule='evenodd'/%3E%3C/svg%3E");
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: 13px;
                border-radius: 50%;
                content: "";
                height: 24px;
                left: 0;
                position: absolute;
                top: 0;
                width: 24px
}