.services-block {
    background: #6b5c7d;
    padding: 10px;
    padding-bottom: 30px;
    border-radius: 10px;
    border-style: solid;
    border-color: #6B5C7D;
}
.services-block h2 {
    font-size: 30px;
    background: none;
    font-weight: bold;
    color: #f6dde1;
    height: 3em;
}
.services-block a {
 color: #f6dde1;
}

.services-block img {
    padding-left: 40px;
    background: #6B5C7D;
    padding-right: 40px;
}


.services-block .hvr-grow {
    margin: 0.4em;
    padding: 1em;
    cursor: pointer;
    background: none !important;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.services-block p {
    line-height: 2em;
    margin-bottom: 2em;
}