/*
 * ===============================
 * PRODUCT SPECS
 * ===============================
 */
.specs-inner {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 10px 0 25px;
}

.spec-icon {
    display: flex;
    justify-content: center;
}

.spec-icon img {
    height: 30px;
    opacity: 0.5;
}

.specs-inner .spec {
    flex: 1 0 15%;
}

.spec {
    position: relative;
    color: #a5a6a8;
    padding: 0 35px;
    margin: 0px 0 25px;
}

.spec-title {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 6px;
    color: #666;
}

.spec-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.42;
}