﻿.ghost,
.details_check {
    display: none;
}

.features i {
    color: #649964;
    font-size: 4em;
    height: 70px;
    width: 80px;
    margin-top: 0;
    transition: color .3s;
}

.features {
    clear: left;
    display: flex;
}

.feature * {
    font-size: 16px;
    line-height: 30px;
}

.feature {
    border: 1px solid #E7E7E7;
    padding: 1.2em;
    transition: color .3s;
    width: calc(50% - 10px);
    cursor: default;
    line-height: 24px;
    margin-bottom: 20px;
}

.feature ul li {
    text-align: left;
    font-size: 16px;
}

.feature.first {
    margin-left: 0;
    margin-right: 10px;
}

.feature.second {
    margin-left: 10px;
    margin-right: 0;
}

.feature:hover {
    background: #f27935;
    color: #fff;
}

.feature:hover i {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .features .feature {
        width: 100%;
        margin: 0 0 16px 0;
    }

    .features {
        display: block;
    }

    .body-mobile .feature:hover {
        background: inherit;
        color: inherit;
    }

    .body-mobile .feature:hover i {
        color: #649964;
    }

    .body-mobile .listStyleDisc {
        padding-left: 0;
    }

    .features i {
        font-size: 2.6em;
        margin-top: 0;
        height: 50px;
    }
}