.service-hexagons {
    padding: 150px 20px 0 20px;
    position:relative;
    z-index: 1;
}

.service-hexagons__inner {
    max-width: 1400px;
    margin: 0 auto;
}

.service-hexagons__title {
    margin: 0 0 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: clamp(32px, 4vw, 72px);
    line-height: 1.05;
    font-weight: 800;
    color: #083d56;
}

.service-hexagons__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    gap: 0px;
    margin-bottom:-100px;
}

.service-hexagons__item {
    flex:1;
    clip-path: polygon(50% 0%, 100% 28%, 100% 72%, 50% 100%, 0% 72%, 0% 28%);
    display: flex;
    align-items: center;
    position:relative;
    justify-content: center;
    padding: 22px;
    text-align: center;
    background:#fff;
    margin:0 -5px;
}

.service-hexagons__item .service-hexagons__item-inner {
    background:#de6b47;
}

.service-hexagons__item:nth-child(odd) .service-hexagons__item-inner  {
    background: #013346
}

.service-hexagons__item:before {
    content: '';
    padding-top: 114.3%;
    display: block;
}
.service-hexagons__item-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: ;
    position:absolute;
    top:10px;
    lefT:10px;
    bottom:10px;
    right:10px;
    clip-path: polygon(50% 0%, 100% 28%, 100% 72%, 50% 100%, 0% 72%, 0% 28%);
}

.service-hexagons__item-title {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color:#fff;
    text-transform: uppercase;
    padding:0 25px;
}

@media (min-width:641px) and (max-width:991px) {
    .service-hexagons__grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0px;
        margin-bottom:-150px;
    }
    body:not(.home) .service-hexagons__item:last-child {margin-right:30px;}
    .service-hexagons__item {flex: 0 0 20%;}
    .home .service-hexagons__item {flex: 0 0 25%;}

    .home .service-hexagons__item:nth-child(6), 
    .home .service-hexagons__item:nth-child(7), 
    .home .service-hexagons__item:nth-child(8) {
transform: translateY(-31%);
    }
    body:not(.home) .service-hexagons__item:nth-child(6), 
    body:not(.home) .service-hexagons__item:nth-child(7), 
    body:not(.home) .service-hexagons__item:nth-child(8), 
    body:not(.home) .service-hexagons__item:nth-child(9) {
        transform: translateY(-31%);
    }
    
    body:not(.home) .service-hexagons__item:nth-child(6) {margin-left:50px;},
    body:not(.home) .service-hexagons__item:nth-child(10) {margin-left:50px;}

    body:not(.home) .service-hexagons__item:nth-child(9) {margin-right:50px;}
    body:not(.home) .service-hexagons__item:last-child {margin-right:50px;}
    .page-id-4396 .service-hexagons__item:last-child {margin-right:0px !important;}

    body:not(.home) .service-hexagons__item:nth-child(10), 
    body:not(.home) .service-hexagons__item:nth-child(11), 
    body:not(.home) .service-hexagons__item:nth-child(12), 
    body:not(.home) .service-hexagons__item:nth-child(13), 
    body:not(.home) .service-hexagons__item:nth-child(14) {
        transform: translateY(-62%);
    }
}

@media (max-width: 768px) {
    .service-hexagons {
        padding: 50px 16px;
    }
    .service-hexagons__item-title {
        font-size: 14px;
    }
}
@media (min-width:641px) {.home .service-hexagons__item:nth-child(4) {display:none;}}
@media (max-width:640px) {
.service-hexagons__grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0px;
        margin-bottom:-150px;
    }
    .service-hexagons__item {flex: 0 0 33.33%;}
    .service-hexagons__item:nth-child(4), .service-hexagons__item:nth-child(5) { 
        transform: translateY(-31%);
    }

    .home .service-hexagons__item:nth-child(4) {
        margin-left:30px;
    }
.home .service-hexagons__item:nth-child(5) {
        margin-right:30px;
    }
    .page-id-4407 .service-hexagons__item:last-child,
    .page-id-4409 .service-hexagons__item:last-child,
    .page-id-4412 .service-hexagons__item:last-child,
    .page-id-4414 .service-hexagons__item:last-child,
    .page-id-4416 .service-hexagons__item:last-child {display:none;}

    .home .service-hexagons__item:nth-child(6),
    .home .service-hexagons__item:nth-child(7),
    .home .service-hexagons__item:nth-child(8)
     {transform: translateY(-62%);} 
    body:not(.home) .service-hexagons__item:nth-child(6), 
    body:not(.home) .service-hexagons__item:nth-child(7),
    body:not(.home) .service-hexagons__item:nth-child(8)
     {transform: translateY(-62%);} 
    body:not(.home) .service-hexagons__item:nth-child(9), 
    body:not(.home) .service-hexagons__item:nth-child(10) {transform:translateY(-93%);}

     body:not(.home) .service-hexagons__item:nth-child(4),  body:not(.home) .service-hexagons__item:nth-child(9) {margin-left:30px;}
     body:not(.home) .service-hexagons__item:nth-child(5),  body:not(.home) .service-hexagons__item:nth-child(10), body:not(.home) .service-hexagons__item:last-child {margin-right:30px;}
}

@media (max-width:460px) {
    .service-hexagons__item-title {
        font-size: 11px;
    }
}
