#netk-hero_new.service-hero .hero_inner-wrap .hero-column.text-column,
#netk-hero_new.service-hero .hero_inner-wrap .hero-column.img-column {
     width: 50%;   
}

#key-components{
    padding-top: 100px;
    padding-bottom: 100px;
}

.key-components-wrap {
    position: relative;
    row-gap: 20px;
}

.key-component-link .key-component-tile {
    height: 100%;
}

.key-component-tile {
    position: relative;
}

.key-component-tile.no-link:not(:nth-child(3n))::after,
.key-component-link:not(:nth-child(3n)) .key-component-tile::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    height: 60%;
    width: 1px;
    background: rgba(0, 0, 0, 0.06);
}

.key-component-tile:nth-child(-n+3)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
}

.key-component-link {
  border-radius: 7px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  position: relative;
}

.key-component-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.key-component-link-icon {
    transition: all 0.2s ease;
    fill: #262626;
    opacity: .6;
}

.key-component-link:hover .key-component-link-icon{
    transform: translateX(4px);
    opacity: 1;
}


.key-component-tile img {
    transition: transform 0.2s ease;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    background-color: transparent;
}

.key-component-tile p {
    max-width: 90%;
}

#business-benefits {
    padding-top: 72px;
    padding-bottom: 100px;
}

.benefits-intro {
    max-width: 1250px;
    margin: 1em auto 2em;
}

.business-benefits-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    align-items: start;
    margin: 2.25rem auto 0;
    max-width: 1400px;
}

.benefit-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(197, 30, 43, 0.08);
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
}

.benefit-heading {
    font-weight: 600;
    font-size: 1.3rem;
}

.benefit-card p {
    max-width: 85%;
    margin: 1em auto 0;
} 

/* Child Services */
.service-overview-container p {
    max-width: 1050px;
}

.service-overview-card {
    border: 1px solid var(--ast-global-color-5);
    border-radius: 8px;
    box-shadow: 0 8px 12px rgba(0,0,0,.18);
    flex: 1;
}

.service-overview-card .chevron {
    background-image: url(../images/icon_blue_chevron-forward.svg);
    background-repeat: no-repeat;
    flex: 25%;
    background-size: contain;
}

.column-wrap.d-flex div {
    flex: 1;
}

.use-cases-list,
.good-fit-list {
    list-style-type: none;
    margin-left: 0;
}

.use-cases-list li,
.good-fit-list li {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.6;
}

.use-cases-list li::before,
.good-fit-list li::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
}

.use-cases-list li::before {
    background-image: url('../images/icon_red_check.svg');
}

.good-fit-list li::before {
    background-image: url('../images/icon_red_arrow-forward.svg');
}

.process-entry-text {
    margin: 0 0 2.5em;
}

.not-sure-container > .not-sure__inner-wrap {
    max-width: calc(1000px + 1em);
    border-top: 1px solid rgba(0,0,0,.08);
    padding-top: 40px;
    gap: 48px;
    align-items: flex-start;
}

.not-sure-container .not-sure__label {
  font-size: 16px;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .75;
  margin: 0 0 10px 0;
}

.not-sure-container .right a {
  font-weight: 600;
  text-decoration: none;
}

.not-sure-container .not-sure__link {
  color: var(--ast-global-color-2); /* use brand/primary, not red */
}

.not-sure-container .not-sure__phone {
  font-weight: 500;
  opacity: .9; /* secondary */
  color: inherit;
}

.not-sure-container .left {
    flex: 1 1 65%;
    min-width: 0;
}

.not-sure-container .left p {
    max-width: 68ch;
    line-height: 1.6;
    margin: 0;
    opacity: .9;
}

.not-sure-container .right {
    flex: 0 0 35%;
    margin-left: auto;
    align-items: flex-end;
    flex-wrap: nowrap;       
}

.not-sure-container .right .contact-link svg,
.not-sure-container .right .phone-link svg {
    fill: var(--ast-global-color-0);
    stroke: var(--ast-global-color-0);
    transition: margin-right .2s ease, transform .2s ease, fill .2s ease, stroke .2s ease;
}

.not-sure-container .right .contact-link svg {
    margin-left: 7px;
    width: 1.3em;
    height: 1.3em;
}

.not-sure-container .right .contact-link:hover svg {
    transform: translateX(3px);
}

.not-sure-container .right .phone-link svg {
    margin-right: 10px;
    width: .9em;
    height: .9em;
}

.not-sure-container .right .phone-link:hover svg {
    margin-right: 13px;
}

h3.title {
    font-weight: 600;
}

@media screen and (min-width: 1150px) {
    .benefit-heading {
        min-height: 2.4em;
    }
}

@media screen and (max-width: 1150px) {
    #key-components,
    #business-benefits, 
    .service-overview-container,
    .common-use-cases-container,
    .service-process-container,
    .good-fit-container,
    .why-netk-grid-container,
    .not-sure-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .key-component-tile_inner-wrap,
    .service-overview-cards-wrap
    {
        flex-direction: column;
        row-gap: 10px;
    }

    #netk-hero_new.service-hero .hero_inner-wrap {
        flex-direction: column;
        gap: 20px;
    }

    #netk-hero_new.service-hero .hero_inner-wrap .hero-column.text-column,
    #netk-hero_new.service-hero .hero_inner-wrap .hero-column.img-column {
        width: 100%;   
    }

    #netk-hero_new.service-hero .hero_inner-wrap .hero-column.img-column .hero-img_inner-wrap {
        max-width: min(100%, 440px);
        margin-left: 0;
    }

    .key-component-tile h6 {
        font-size: 17px;
    }

    .business-benefits-cards-container {
        grid-template-columns: repeat(auto-fit, 40%);
        row-gap: 35px;
        justify-content: center;
    }

    .key-component-tile.no-link:nth-child(odd)::after,
    .key-component-link:nth-child(odd) .key-component-tile::after {
        content: "";
        position: absolute;
        top: 20%;
        right: 0;
        height: 60%;
        width: 1px;
        background: rgba(0, 0, 0, 0.06);
    }

    .key-component-tile.no-link:nth-child(even)::after,
    .key-component-link:nth-child(even) .key-component-tile::after {
        content: "";
        position: unset;
        top: unset;
        right: unset;
        height: unset;
        width: unset;
        background: transparent;
    }

    .service-overview-card .chevron {
        flex: 0 0 45px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1023px) {
    .common-use-cases__inner-wrap .column-wrap,
    .good-fit__inner-wrap .column-wrap {
        flex-direction: column;
    }

    .common-use-cases__inner-wrap .column-wrap .img-container img,
    .good-fit__inner-wrap .column-wrap .img-container img {
        width: 100%;
    }

    .good-fit__inner-wrap .column-wrap .list-container {
        align-content: start;
        margin-top: 1.5em;
    }
}

@media screen and (max-width:767px) {    
    #key-components,
    #business-benefits {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #business-benefits .title {
        margin-bottom: 20px;
    }

    #key-components {
        padding-left: 0px;
        padding-right: 0px;
    }

    #business-benefits, 
    .service-overview-container,
    .common-use-cases-container,
    .service-process-container,
    .good-fit-container,
    .why-netk-grid-container,
    .not-sure-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .key-components-inner-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .key-components-wrap {
        gap: 0;
    }

    .key-component-tile {
        padding: 24px 16px;
    }

    .key-component-tile.no-link:nth-child(odd)::after,
    .key-component-link:nth-child(odd) .key-component-tile::after {
        content: "";
        position: unset;
        top: unset;
        right: unset;
        height: unset;
        width: unset;
        background: transparent;
    }

    .business-benefits-cards-container {
        grid-template-columns: 1fr;
        row-gap: 50px;
        justify-content: center;
    }

    .not-sure__inner-wrap {
        flex-direction: column;
    }

    .our-process-number {
        width: 100px !important;
        height: 100px;
        margin: 0 auto;
    }
}