/* Our Services */
.our-services>.row>div>a{
    background: #AAA;
    border-radius: 5px;
    height: 100px;
    width: 100%;
    text-align: center;
    display: block;
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
}

.our-services>.row>div>a:hover{
    background: #333;
    color: #FFF;
    text-decoration: none;
}

.our-services>.row>div>a>span{
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    padding-left: 15px;
    padding-right: 15px;
}

/* Group Family */
.group-family{
    width: 100%;
    text-align: center;
}

.group-family>div>img {
    max-width: 100%;
    height: 100px;
}

@media only screen and (max-width:992px) {
    .group-family>div {
        margin-bottom: 30px;
    }

    .group-family>div:last-child{
        margin-bottom: 0;
    }
}