﻿.product-specs {
    background-color: #F9F9F9;
    padding: 50px 0;
}

    .product-specs h4 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 50px;
    }

    .product-specs .bordered {
        border-top: 1px solid #dfdfdf;
        padding: 30px 0;
    }

    .product-specs .title {
        font-weight: 600;
        font-size: 13px;
        color: #333333;
        display: block;
    }

    .product-specs ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-weight: 500;
        font-size: 13px;
        color: #5C5C5C;
    }

        .product-specs ul span.title {
            font-weight: 500;
            color: #adadad;
            margin-bottom: 5px;
        }

        .product-specs ul li {
            margin-bottom: 15px;
            line-height: 1.5;
        }

@media (max-width: 1190px) {
    .product-specs h4 {
        text-align: left;
        margin-bottom: 30px;
    }

    .product-specs .bordered {
        border-top: none;
        padding: 5px 15px;
    }
}
