.enterprise .services {
    color: #736f73;
}

.enterprise .services p {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1em;
    padding-right: 2.25em;
    padding-bottom: 1em;
    border-top: 1px solid #d7d7d7;
}

.enterprise .services div:last-of-type p {
    border-bottom: 1px solid #d7d7d7;
}

.enterprise .services .icon-check {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.25em;
    height: 1em;
    fill: currentColor;
    transform: translateY(-50%);
}
