﻿.model-specs-highlights {
    background-color: #fff;
    padding: 17px 18px;
}

    .model-specs-highlights ul {
        list-style: none;
        font-size: 17px;
        line-height: 20px;
        color: #000;
        margin: 0;
        padding: 0;
    }

        .model-specs-highlights ul li {
            margin-bottom: 20px;
        }
        .model-specs-highlights ul li > div {
            line-height: 22px;
        }
        .model-specs-highlights ul li:last-child {
            margin-bottom: 0;
        }

    .model-specs-highlights > ul > li {
        display: flex;
    }

        .model-specs-highlights > ul > li > div > span {
            width: 23px;
            height: 23px;
            display: inline-flex;
            background-color: #5ec7d8;
            border-radius: 13px;
            align-items: center;
            justify-content: center;
            margin: 4px 2px 0 12px;
            font-size: 15px;
        }

            .model-specs-highlights > ul > li > div > span.advantages:before {
                content: '\2714';
            }

            .model-specs-highlights > ul > li > div > span.disadvantages:before {
                content: '\2716';
            }
