.ssec {
    position: relative;
    color: #dfdfdf;
    background-color: #000;
    font-family: ProximaNova, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 auto;
}
.ssec .ssec-img {
    max-width: 100%;
    width: 100%;
}
.ssec-primary-black {
    color: #000;
    background-color: #fff;
}

.ssec .ssec-head {
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
}
.ssec .ssec-subhead {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: .375em;
}
.ssec .ssec-txt {
    font-size: 1em;
    line-height: 1.25;
    padding-top: 2em;
    font-weight: 400;
}
.ssec .ssec-note {
    font-size: .85em;
    line-height: 1.5;
}
.ssec .ssec-color {
    color: #fdc508;
}

/*----*/
.specs-color-name {
    text-align: center;
    padding: 5px 0 0;
    margin-bottom: 0;
}
.specs-block-img .img-fluid {
    display: block;
    margin: 0 auto;
}
.specs-block .specs-value strong {
    font-size: 1.375em;
    line-height: 1.25;
}
.specs-block .specs-note {
    padding-top: 2%;
    font-size: .875em;
    color: #888;
    padding-bottom: 0;
}
.specs-note {
    padding-bottom: 4%;
}
.specs-note p {
    font-size: .925em;
    margin-bottom: .25em;
    color: #888;
}
.specs-block .specs-img-size {
    max-width: 100%;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .specs-block .specs-img-size {
        max-width: initial;
        width: 50%;
    }
}