.hero-features {
    background-image: url(../uploads/features.jpg);
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    background-position-y: center !important;
    background-size: cover !important;
    background-position-x: 35%;
    padding: 2vw 0vw !important;
    border-radius: 0px !important;
    margin-bottom: 0px;
}

.semiBold-20 {
    font-size: 20px;
    font-family: "JosefinSans-SemiBold" !important;
}

.membership-ul {
    list-style: none;
    padding-left: 0px;
}

.membership-ul li {
    margin-bottom: 20px;
}

.membership-ul li img {
    width: 24px !important;
}

.darkGray-bg {
    background-color: #D0D0CE;
    background-image: url(../uploads/tringle_art.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.membership-bg {
    background-image: url(../uploads/tringle_art.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.featurecard-para {
    position: absolute;
    bottom: 30px;
}

.review-indicators {
    bottom: -50px;
}

.review-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.review-indicators li.active {
    background-color: #111921;
}

.review-indicators li {
    background-color: #fff;
