.services-table {
    display: table;
    width: 100%;
    min-height: 100vh;
}

.services-row {
    display: table-row;
}

.services-cell {
    display: table-cell;
    vertical-align: middle;
}

.services-table .row {
    margin: 0;
}

.services-table .col-md-2,
.services-table .col-md-12 {
    padding: 0;
}

.services-category-content img {
    width: 100%;
}

.services-section,
.services-category {
    min-height: 100vh;
}

.services-cell h2 {
    font-size: 23px;
    font-family: Edmondsans-Bold;
    letter-spacing: 2px;
    margin-bottom: 40px;
    margin-top: 0;
}

.services-cell a {
    display: block;
    font-family: Avenir-Heavy;
    font-size: 13px;
    margin-top: 20px;
    color: #000;
    transition: all ease-in .3s;
}

.services-cell a:hover {
    color: #4ca5e5;
}

.services-image {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    position: relative;
    transition: all ease-in .3s;
}

.services-info-second .max-width-box p {
    margin-top: 20px;
}

.services-image img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44px;
    transition: all ease-in .3s;
}

.services-table .col-md-2:hover img {
    width: 54px;
    transition: all ease-in .3s;
}

.services-table .col-md-2:hover a {
    color: #4ca5e5;
}

.services-cell .row + .row {
    margin-top: 130px;
}

.services-category-content {
    margin-top: 127px;
}

.category-wrapper + .category-wrapper {
    margin-top: 35px;
}

.category-wrapper h3 {
    font-family: Avenir-Heavy;
    margin: 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.category-wrapper h3:before,
.category-wrapper a.active:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 2px;
    background: #000;
}

.category-wrapper li {
    margin-top: 13px;
}

.category-wrapper a {
    color: #000000;
    position: relative;
    font-family: Avenir-Medium;
    font-size: 13px;
    transition: all ease-in .3s;
}

.category-wrapper a:hover {
    color: #4ca5e5;
}

.category-wrapper a.active:hover:before {
    background: #000;
    opacity: 1;
}

.category-wrapper a.active:hover {
    color: #000;
}

.category-wrapper a:hover:before,
.category-wrapper a.active:before {
    opacity: 1;
}

.category-wrapper a:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 2px;
    background: #4ca5e5;
    opacity: 0;
    transition: all ease-in .3s;
}

.services-info strong,
.services-info span {
    display: block;
}

.services-info strong {
    font-family: Avenir-Heavy;
}

.services-info-second {
    margin-top: 45px;
}