.evie-essentials-trial {
    background-image: linear-gradient(to right, #0b4629, #12487e) !important;
}

.evie-essentials {
    background-image: linear-gradient(to right, #3b3f46, #325ca0) !important;
}

.other-tiers {
    background-image: linear-gradient(132deg, #241c6c, #893b1a) !important;
    overflow: hidden;
    position: relative;
}

.tiers-sale-promo {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 0px 0px 10px;
}

.tier-header {
    min-height: 300px;
    height: 300px;
}

.included, .not-included {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 2rem;
}
.included:last-child, .not-included:last-child {
    margin-bottom: 0 !important;
}


.not-included {
    color: var(--bs-secondary-color)!important;
}

.included::before {
    content: "\F26E";
    width: 30px;
    min-width: 30px;
    display: inline-block;
    padding-top: 3px;
    transform: translateX(-9px);
    font-family: "bootstrap-icons";
    font-size: 2em;
    line-height: 20px;
}

.not-included::before {
    content: "\F62A";
    width: 30px;
    min-width: 30px;
    display: inline-block;
    padding-top: 3px;
    transform: translateX(-9px);
    font-family: "bootstrap-icons";
    font-size: 2em;
    line-height: 20px;
}