.workscheme__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
    gap: 40px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;

}

.workscheme-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 30px 20px;
    height: 100%
}


.workscheme-item:not(:first-of-type)::after {
    position: absolute;
    content: '';
    top: 48px;
    left: -50px;
    width: 58px;
    height: 58px;
    background-image: url("data:image/svg+xml,%3Csvg width='61' height='20' viewBox='0 0 61 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60.4845 4.52755C60.6033 3.70768 60.0349 2.94677 59.2151 2.828L45.8545 0.892527C45.0346 0.773757 44.2737 1.34211 44.155 2.16198C44.0362 2.98185 44.6045 3.74277 45.4244 3.86154L57.3004 5.58195L55.58 17.458C55.4613 18.2779 56.0296 19.0388 56.8495 19.1575C57.6693 19.2763 58.4303 18.708 58.549 17.8881L60.4845 4.52755ZM1 4.3125C0.0825223 5.49919 0.0829804 5.49954 0.0834829 5.49993C0.0837098 5.50011 0.0842578 5.50053 0.084712 5.50088C0.0856207 5.50158 0.0867082 5.50242 0.087974 5.50339C0.0905057 5.50534 0.0937508 5.50783 0.0977066 5.51085C0.105618 5.5169 0.116372 5.52508 0.129946 5.53533C0.157093 5.55583 0.195522 5.58461 0.245046 5.6211C0.344087 5.69409 0.487541 5.79798 0.673911 5.92835C1.04659 6.18905 1.59125 6.55585 2.29588 6.99321C3.70457 7.86757 5.75626 9.02615 8.35478 10.1829C13.5479 12.4945 20.9566 14.8125 29.7958 14.8125V11.8125C21.48 11.8125 14.4908 9.63046 9.57479 7.44214C7.11874 6.34885 5.18804 5.25743 3.87797 4.44429C3.22323 4.0379 2.72442 3.70158 2.39349 3.47009C2.22805 3.35436 2.10465 3.26489 2.02479 3.20605C1.98487 3.17662 1.95584 3.15486 1.93789 3.14131C1.92891 3.13453 1.92271 3.1298 1.9193 3.1272C1.91759 3.12589 1.91659 3.12512 1.91628 3.12489C1.91613 3.12477 1.91615 3.12479 1.91635 3.12494C1.91645 3.12502 1.91673 3.12523 1.91678 3.12527C1.91711 3.12552 1.91748 3.12581 1 4.3125ZM29.7958 14.8125C38.6333 14.8125 46.1412 12.4953 51.4309 10.1873C54.0783 9.0322 56.1791 7.87542 57.6245 7.0029C58.3474 6.56645 58.9073 6.20056 59.2905 5.94077C59.4821 5.81086 59.6297 5.70741 59.7314 5.63486C59.7823 5.59859 59.8217 5.57004 59.8495 5.54975C59.8633 5.53961 59.8743 5.53154 59.8824 5.5256C59.8864 5.52263 59.8897 5.5202 59.8922 5.51831C59.8935 5.51736 59.8946 5.51655 59.8955 5.51588C59.8959 5.51554 59.8965 5.51514 59.8967 5.51497C59.8972 5.5146 59.8976 5.51427 59 4.3125C58.1024 3.11073 58.1027 3.11047 58.103 3.11024C58.1031 3.11021 58.1033 3.11001 58.1034 3.10994C58.1036 3.10982 58.1036 3.10983 58.1034 3.10997C58.103 3.11026 58.1019 3.11109 58.1 3.11244C58.0964 3.11516 58.0898 3.11999 58.0804 3.12688C58.0615 3.14066 58.0312 3.16264 57.9896 3.19228C57.9065 3.25158 57.7784 3.34149 57.607 3.45767C57.2642 3.69006 56.7487 4.0273 56.074 4.4346C54.724 5.24958 52.7404 6.3428 50.2311 7.43767C45.2074 9.62965 38.1132 11.8125 29.7958 11.8125V14.8125Z' fill='%23D0D4DA'/%3E%3C/svg%3E%0A");
    -webkit-background-position: center;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.workscheme-item:not(:first-of-type)::after {
    top: 105px;
    left: -68px;
    width: 48px;
    height: 20px;
}

.workscheme-item:nth-of-type(even)::after {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.workscheme-item__content {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.workscheme-item__col {
    padding: 0 !important;
    position: relative;
    cursor: pointer
}

.workscheme-item:before {
    transition: all 0.4s ease;
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    opacity: 0;
    background: #228B22
}

.workscheme-item:hover:before {
    opacity: 1
}

.workscheme-item__ico {
    width: 50px;
    height: 50px;
    align-self: flex-start;
    background: #228b22;
    padding: 10px;
    border-radius: 100px;
}

.workscheme-item__title {
    font-size: 24px;
    font-weight: 900
}

.workscheme-item__text {
    font-size: 14px
}

@media (max-width:1199px) {

    .workscheme-item__col:nth-child(3)>.workscheme-item,
    .workscheme-item__col:nth-child(4)>.workscheme-item {
        border-top: unset
    }

    .workscheme-item {
        background: #fff;
        position: relative;
        z-index: 3
    }

    .workscheme .background-lines__line1,
    .workscheme .background-lines__line3,
    .workscheme .background-lines__line5 {
        z-index: 4
    }
}

@media (max-width:991px) {
    .workscheme__items {
        grid-template-columns: repeat(2, 1fr)
    }
    .workscheme-item {
        flex-direction: column
    }
}

@media (max-width:767px) {
    .workscheme__items {
        gap: 0px;
    }
    .workscheme-item {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .workscheme-item:not(:first-of-type)::after {
     display: none;
    }

    .workscheme-item__content {
        padding-left: unset
    }

    .workscheme-item__title {
        font-size: 14px
    }

    .workscheme-item__text {
        font-size: 14px
    }
}

@media (max-width:567px) {
    .workscheme__items {
        grid-template-columns: repeat(1, 1fr)
    }
}