
.features-of-work {
    position: relative;
}


.features-of-work-inner {
    position: relative;
    z-index: 10;
}

.features-of-work-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.features-of-work-bg .svg-bg {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}

.features-of-work-bg .svg-shadow {
    position: absolute;
    bottom: -20px;
    left: -10px;
    width: calc(100% + 20px);
    height: 100%;
    z-index: 1;
}

.features-of-work-item {
    padding: 20px;
    border-bottom: 1px solid #8A8A8A;
}

.features-of-work-item:last-child {
    border-bottom-color: transparent;
}

.department-contacts-item-title {
    font-weight: bold;
    font-size: 16px;
}
