.section-moving-services-blocks__item{
    padding: 16px;
    border-left: 1px solid var(--color-neutral-200);
    border-right: 1px solid var(--color-neutral-200);
    border-top: 1px solid var(--color-neutral-200);
}
.section-moving-services-blocks__items .section-moving-services-blocks__item:first-of-type{
    border-top: none;
}
.section-moving-services-blocks__icon img{
    width: 24px;
    height: 24px;
}
.section-moving-services-blocks__inner{
    overflow: hidden;
}
@media screen and (min-width: 992px) {
    .section-moving-services-blocks__items{
        column-gap: 24px;
    }
    .section-moving-services-blocks__item{
        width: calc(50% - 12px);
        position: relative;
    }
    .section-moving-services-blocks__items .section-moving-services-blocks__item{
        border-top: none;
    }
    .section-moving-services-blocks__items .section-moving-services-blocks__item:nth-of-type(7n):before,
    .section-moving-services-blocks__items .section-moving-services-blocks__item:nth-of-type(5n):before,
    .section-moving-services-blocks__items .section-moving-services-blocks__item:nth-of-type(3n):before{
        width: 205vw;
        position: absolute;
        left: -100vw;
        top: 0;
        height: 1px;
        background: var(--color-neutral-200);
        content: "";
        display: block;
    }
}
@media screen and (min-width: 1200px) {
    .section-moving-services-blocks__item{
        width: calc((100% - 24px * 2) / 3);
    }

    .section-moving-services-blocks__items .section-moving-services-blocks__item:nth-of-type(3n):before{
        display: none;
    }
    .section-moving-services-blocks__items .section-moving-services-blocks__item:nth-of-type(4n):before{
        width: 205vw;
        position: absolute;
        left: -100vw;
        top: 0;
        height: 1px;
        background: var(--color-neutral-200);
        content: "";
        display: block;
    }
}