
.card-plan{
    .btn{
        width:100%;
        display:flex;
        justify-content:center;
        margin-top:0;
    }
    @media (min-width:1201px){
        h6{
            font-size:15px;
        }
    }
    @media (min-width:1401px){
        h6{
            font-size:19px;
        }
    }
}

ul.ingite-plan-module-list{
    list-style:none;
    padding-left:0;
    margin-top:0;
    margin-bottom:0;
    li{
        height: 40px;
        line-height: 40px;
        display: inline-block;
        width: 100%;
        i{
            float:left;
            margin-right:0.75rem;
            text-align:center;
            font-size:30px;
            width:30px;
            height:inherit;
            line-height:inherit;

        }
        &.include i{
            color:#4caf50;
        }
        &.exclude{
            color:#ffcdd2;
            & i{
                color:#f44336;
            }
        }
        span{
            line-height: 20px;
            min-height: 20px;
            display: inline-block;
            max-width: calc(100% - 30px - 0.75rem);
        }
    }
}

@media screen and (min-width:500px) and (max-width:600px){
    ul.ingite-plan-module-list li{
        width: 50%;
        float: left;
        display: block;
    }
    ul.ingite-plan-module-list::after{
        display:block;
        content:"";
        clear:both;
    }
}