div.ccm-page .bd-service-block.default-service-block .bd-service-item {
    background-color: #f7f7f7;
    text-align: center;
}

div.ccm-page .bd-service-block.default-service-block .bd-service-item h2.service-name a {
    word-wrap: break-word;
}
div.ccm-page .bd-service-block.default-service-block .bd-service-item h2.service-name {
    padding-bottom:25px;
    font-size: 1.2rem;
    margin:0;
}

.bd-service-item .read-more {
    margin-top:20px;
}


@media (min-width: 40em) {
    .title-fixed-height .bd-service-item h2.service-name {
        min-height:110px;
        padding-bottom:10px;
    }
}

@media (min-width: 52em) {
    .title-fixed-height .bd-service-item h2.service-name {
        min-height:48px;
        padding-bottom:15px;
    }
}






