.services-list-item-title-wrap {
    -webkit-align-items: center; align-items: center;
    display: flex;
}
.services-list-item-img {
    flex: 0 0 80px;
    width: 80px;
}
.services-list-item-img img {padding-right: 10px;}
.services-list-item-title {flex: 1 1 auto;}

.services-list-item {
    margin-bottom: 45px
}

.services-list-item-img {
    margin-bottom: 11px
}

.services-list-item-img img {
    display: block;
    width: 100%
}

.services-list-item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.4px;
    color: #212529;
    margin-bottom: 8px
}

.services-list-item-title:hover {
    color: #1073ee
}

.services-list-item-text {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -.2px;
    color: #212529
}
