#product-featuresGroup > .container {
    margin-top: 25px;
    margin-bottom: 50px;
}

.cins-features-group-title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 1.25rem;
}

.cins-feature-0 {
    background-color: #F1F1F1;
    height: 45px;
    line-height: 1;
}

.cins-feature-1 {
    background-color: #ffffff;
    height: 45px;
    line-height: 1;
}

.cins-d-flex {
    display: flex;
}

.cins-ml-20 {
    margin-left: 20px;
}

.cins-ml-60 {
    margin-left: 60px;
}

.cins-bl {
    border-left: 1px solid #181E35;
}

.cins-align-center {
    display: flex;
    align-items: center;
    height: 45px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cins-feature-name,
    .cins-feature-0,
    .cins-feature-1 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .cins-bl {
        border: none;
    }

    .cins-feature-name,
    .cins-feature-0,
    .cins-feature-1 {
        font-size: 13px;
    }
}