.industry-box-break.offering {
    border-top: 1px solid #fff;
}

.industry-box-line.offering {
    flex-grow: 0;
    border-top: 0;
}

.single-service .single-tagline.offering {
    color: #172f51 !important;
}

.single-service .industry-items-wrapper.offering {
    justify-content: left;
}

.single-offering .single-service h1.section-title {
    padding-top: 15px;
}


.single-offering #primary.single-service {
    padding-bottom: 0px !important;
}

.single-offering .copy-wrapper.defining-section ul {
    font-size: 18px;
    font-weight: 600;
    color: #1296f3;
    line-height: 24px;
    list-style-type: disc;
    margin-bottom: 20px;
    margin-left: 45px;
}

.single-offering .overview ul {
    margin-bottom: 20px;
}

.single-offering .industry-segments {
    background: linear-gradient(47deg, rgba(3, 56, 88, 1) 0%, rgba(0, 169, 246, 1) 35%, rgba(0, 169, 246, 1) 72%, rgba(30, 112, 186, 1) 100%);
}

@media (max-width: 921px) {
    .industry-box-line.offering {
        border-top: 1px solid #fff;
    }

    .industry-box-break.offering {
        border-top: 0;
    }
}