﻿.rs-features-list-content .feature-title {
    margin-bottom: 16px
}

.rs-features-list-content .desc {
    margin-bottom: 20px
}

.rs-features-list-content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.rs-features-list-content li {
    list-style: none;
    margin: 0 0 8px;
    display: flex
}

    .rs-features-list-content li:last-child {
        margin-bottom: 0
    }

    .rs-features-list-content li i {
        color: var(--primaryColor);
        margin-right: 10px;
        margin-top: 4px
    }

    .rs-features-list-content li img {
        width: 16px;
        margin-right: 12px
    }

.rs-features-list-content.left-image .feature-image {
    margin-right: 20px
}

.rs-features-list-content.border-enable .feature-image {
    position: relative
}

    .rs-features-list-content.border-enable .feature-image:before {
        content: "";
        position: absolute;
        left: 50%;
        width: 2px;
        height: 40px;
        top: -55px;
        transform: translateX(-50%);
        background: var(--secondaryColor)
    }

    .rs-features-list-content.border-enable .feature-image:after {
        content: "";
        position: absolute;
        left: 50%;
        width: 2px;
        height: 40px;
        transform: translateX(-50%);
        background: var(--secondaryColor);
        top: auto;
        bottom: -55px
    }

    .rs-features-list-content.border-enable .feature-image img {
        padding: 10px;
        border: 2px solid var(--secondaryColor)
    }
