/* Core Values */
.core-values{
    text-align: center;
}

.core-values p:first-child{
    font-size: 18px;
    line-height: 26px;
    color: #333;
}

.core-values span{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background:#569149;
    margin-bottom: 20px;
}

.core-values>div>p{
    font-size: 18px;
    color: #666;
    font-weight: bold;
}

.core-values:after{
    display: table;
    content: "";
    clear: both;
}

/* 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;
    }
}