/*your custom css goes here*/
.package-features-list li i {
    background: green;
    font-size: 11px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.package-features-list span.icon i {
    font-size: 20px;
}

.package-features-list {
    display: block;
    text-align: center;
}

.package-features-list li {
    font-size: inherit !important;
    position: relative;
}

.package-features-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.package-features-list span.icon i {
    color: hsl(var(--base));
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.plan-section {
    flex-grow: 1;
    flex-basis: auto;
    flex-shrink: 0;
}


@media (max-width: 450px) {
    .invest-statistics {
        display: block !important;
        text-align: center;
    }

    .invest-statistics__chart {
        text-align: center;
        margin-top: 10px;
    }
}


.full-height {
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: auto;
}


.thumb__350px {
    height: 350px;
}

.thumb__350px img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1199px) {
    .thumb__350px {
        height: 250px;
    }
}


.pricing-table .price {
    font-size: 32px;
}

.package-features-list {
    display: inline-block;
    text-align: left;
}

.package-features-list li+li {
    margin-top: 20px;
}

.package-features-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.fa-check:before {
    content: "\f00c";
}