body.tier .header{
    display: block !important;
    text-align: center;
}
body.tier .hero .sub-text {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 19px;
}
body.tier .hero .sub-text  span.bold {
    font-weight: 700;
}
.seconds_tier_container {

}
.section-tier {
    display: flex;
    gap: 30px;
    padding-top: 20px;
    padding-bottom: 120px;
    margin: 45px auto 0px;
    justify-content: center;

}
.section-tier .card-tier {
    padding: 20px 30px 45px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    border-radius: 15px;
    width: 31%;
}
.section-tier .card-tier .title-tier {
    font-weight: 700;
    text-align: center;
    font-size: 42px;
    line-height: 1em;
    margin-top: 30px;
} 
.section-tier .card-tier h4 {
    color: rgb(156, 100, 244);
    font-weight: 700;
    text-align: center;
    font-size: 34px;
    line-height: 1.42857143;
}
.section-tier .card-tier p {
    text-align: center;
    font-size: 18px;
    color: rgb(47, 47, 47);
    line-height: 1.42857143;
}
.section-tier .card-tier ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.section-tier .card-tier ul li {
    display: flex;
    padding-bottom: 6px;
    list-style-type: none;
    margin-bottom: 6px;
    padding-left: 2em;
    position: relative;
    font-size: 20px;
}
.section-tier .card-tier ul li i {
    position: absolute;
    left: 0px;
    font-weight: 900;
    top: 5px;         
}

.section-tier .card-tier ul li.unchecked i {
    color: rgb(197, 197, 197);
}
.section-tier .card-tier ul li.unchecked {
    color: rgb(197, 197, 197);
}
.section-tier .total-market {
    color: rgb(197, 197, 197);
    font-weight: 700;
    text-align: center;
    font-size: 38px;    
    line-height: normal;
    display: block;
    margin-top: 15px;
}
.section-tier .total-market-value {
    color: rgb(197, 197, 197);
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 1em;
    font-size: 64px;
    
}
.section-tier .your-investment {
    display: block;
    color: rgb(156, 100, 244);
    font-weight: 700;
    text-align: center;
    font-size: 38px;
    line-height: normal;
    margin-top: 10px;
}
.section-tier .price-tier {
    display: block;
    color: rgb(0, 0, 0);
    font-weight: 700;
    text-align: center;
    font-size: 58px;
    margin-top: 5px;
    line-height: 1em;
}
.section-tier .note-plan {
    display: block;
    color: rgb(159, 159, 159);
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    margin-top: 5px;
}
.section-tier .card-tier .btn-buy {
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: rgb(156, 100, 244);
    font-size: 24px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    padding-left: 40px !important;
    padding-right: 40px !important;
    display: block;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center;
    margin-top: 27px;
    outline: none;
}
.section-tier .card-tier {
    position: relative;
}
.section-tier .card-tier .badge-popular {
    text-align: center;
    font-size: 26px;
    color: rgb(255, 255, 255);
    background-color: rgb(156, 100, 244);
    line-height: normal;
    padding: 5px !important;
    font-family: inherit;
    font-weight: 500;
    display: block;
    margin-top: -35px;
    position: absolute;
    width: 80%;
    z-index: 9;
    left: 50%;
    transform: translate(-50%);
}

.section-tier.cards-third-column {
    width: 1180px;
}
.section-tier.cards-third-column .card-tier {
    padding: 20px 20px 40px !important;
    width: 100% !important; 
}
.section-tier.cards-third-column .card-tier .title-tier {
    text-align: center;
    font-size: 30px;
}
.section-tier.cards-third-column .card-tier .price-tier {
    text-align: center;
    font-size: 48px;
}
.section-tier.cards-third-column .total-market-value {
    text-align: center;
    font-size: 64px;
}
.section-tier.cards-third-column .total-market {
    color: rgb(0, 0, 0);
    font-size: 26px;
}
.section-tier.cards-third-column .card-tier h5{
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}


@media only screen and (max-width: 767px) {
    .section-tier {
        display: block;
    }
    .section-tier .card-tier  {
        width: 100%;
        margin-bottom: 30px;
    }
}