body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}
.header-grid-info a {
    text-decoration: none;
}
.header-grid {
    background: #FFF;
    padding: 2em 3em;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border:1px solid rgba(72, 14, 76, 0.63);
    box-shadow:0 3px 0 #0f890a;
    border-radius: 10px;
}
.header-grid-img img {
    /*width: 75%;*/
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border: solid 10px #DADADA;
    border-left-color: #DADADA;
}
.gray-grid h3 {
    color: #bfbfbf;
}
.header-grid-img h3 {
    font-size: 26px;
    color: #a7cb24;
    margin: 1em 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    cursor: text;
}
.header-grid-img p {
    color: #555555;
    font-size: 14px;
    padding: 1em 0 0 0;
    margin: 0;
    line-height: 1.8em;
    cursor: text;
}
.gray:hover {
    background: #bfbfbf;
}
.header-grid:hover {
    background: #1cc3c9;
}
.blue:hover {
    background: #0099e5;
}
.white:hover{
    background: #9cd1fb;
}
.header-grid:hover div.header-grid-img h3 {
    color: #FFF;
}
.header-grid:hover div.header-grid-img img {
    border-color: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}