.home-page-icon-boxes {
    padding: 96px 0;
}
.icon-box {
    padding: 40px;
    border-radius: 24px;
    background: #ecf2f5;
    text-align: center;
    transition: all .35s;
}
.icon-box:hover,
.icon-box.active {
    border: 0;
    background: -moz-linear-gradient(180deg, rgba(219,225,236,1) 0%, rgba(204,224,255,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(219,225,236,1)), color-stop(100%, rgba(204,224,255,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(219,225,236,1) 0%, rgba(204,224,255,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(219,225,236,1) 0%, rgba(204,224,255,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(219,225,236,1) 0%, rgba(204,224,255,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(219,225,236,1)0%, rgba(204,224,255,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe1ec', endColorstr='#cce0ff',GradientType=1 ); /* ie6-9 */
    color: #fff;
}
.icon-box figure img:nth-of-type(1) {
    display: block;
}
.icon-box figure img:nth-of-type(2) {
    display: none;
}

.icon-box:hover figure img:nth-of-type(1),
.icon-box.active figure img:nth-of-type(1) {
    display: block;
}

.icon-box .entry-title {
    margin-top: 28px;
    font-size: 24px;
    font-weight: 600;
    color: #262626;
}

.icon-box:hover .entry-title,
.icon-box.active .entry-title {
    color: #fff;
}

.icon-box .entry-content {
    margin-top: 24px;
}

.icon-box .entry-content p {
    margin: 0;
    font-size: 14px;
    color: #595858;
}

.icon-box:hover .entry-content p,
.icon-box.active .entry-content p {
    color: #fff;
}