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

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

.service-hero .overline {
    letter-spacing: 0.5px;
}

#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: 50px;
    height: 50px;
    background-color: transparent;
}

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

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

.benefits-intro {
    max-width: 720px;
    margin: 0 auto;
}

.business-benefits-cards-container {
    display: grid;
    grid-template-columns: repeat(5, minmax(180px, 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);
    box-shadow: 0 8px 12px rgba(0,0,0,.18);
}

.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;
}

.netk_our-process .process-column .process-line {
    position: absolute !important;
    top: 45px;
    left: 100px;
    z-index: 0;
}

.why-netk-grid {
    grid-template-columns: repeat(2, minmax(250px, 500px));
    justify-content: center;
    margin-top: 50px;
    grid-auto-rows: 1fr;
    grid-gap: 1em;
}

.why-netk-grid-item {
    border: 1px solid rgba(38, 38, 38, 0.66);
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.why-netk-grid-item .img-container {
    flex-basis: 15%;
    flex-shrink: 0;
}

.why-netk-grid-item .text-container {
    margin-left: 15%;
}

.why-netk-grid .card-text {
    color: #444;
}

.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;
}