﻿.model-page-about-wrapper {
    margin: 2px 18px 10px 18px;
}

.about-product-box {
    display: inline-block;
    width: 100%;
    background: #ffffff;
    padding: 5px 0;
    border: 1px solid #E5E6E5;
    border-radius: 6px;
    margin-bottom: 24px;
}

    .about-product-box .about-product-txt {
        text-align: right;
        display: flex;
        padding: 14px 24px;
        line-height: 22px;
    }

        .about-product-box .about-product-txt .about-info, .about-product-box .about-product-txt .about-properties {
            flex-grow: 1;
            width: 45%;
        }

        .about-product-box .about-product-txt .about-info {
            margin-left: 10%;
            color: #000;
            font-size: 16px;
            letter-spacing: 0;
        }

    .about-product-box .about-product-title {
        display: inline-block;
        text-align: right;
        font-weight: bold;
        width: 100%;
        height: 30px;
        color: #27292B;
        line-height: 30px;
        margin-bottom: 4px;
    }

    .about-product-box .about-properties ul {
        padding: 0;
        list-style-position: inside;
    }

        .about-product-box .about-properties ul li {
            text-indent: -1.4em;
        }
