.flex-content.specifications { background-color: var(--grey-1); padding-top: 45px; padding-bottom: 45px; }


.flex-content.specifications h2 { color: var(--grey-4); font-weight: 100; font-size: 30px; margin-bottom: 20px; text-transform: uppercase; margin-bottom: 20px; }

.flex-content.specifications .col > .segment { margin-bottom: 30px; }
.flex-content.specifications .col > .segment:last-of-type { margin-bottom: 0; }

.flex-content.specifications .icon { width: auto; height: 50px; position: absolute; }
.flex-content.specifications .inner { margin-left: 70px; }
.flex-content.specifications .inner h3 { color: #FFF; text-transform: uppercase; font-size: 18px; margin-bottom: 10px; padding-bottom: 6px; border-bottom: 1px solid #FFF; font-weight: 400; }
.flex-content.specifications .inner p { color: #FFF;  margin-bottom: 10px; font-weight: 400; }

@media (max-width: 767px) {
    .flex-content.specifications .col { flex: 1 0 100%; max-width: 100%; }
}
