
/* icon Box 27
-------------------------------------------------- */

.icon-box27 {
    border: 1px solid #e5e5e5;
    display: block;
    background: #fff;
    padding: 62px 40px 59px;
    margin-bottom: 10px;
    border-radius: 0;
    transition: all .3s ease;
}

.icon-box27 i {
    font-size: 40px;
    color: #437df9;
}

.icon-box27 h4 {
    font-size: 21px;
    color: #31312c;
    margin-bottom: 20px;
    margin-top: 24px;
    font-weight: 600;
}

.icon-box27:hover {
    background: #437df9;
}

#wrap .icon-box27:hover * {
    color: #fff;
}
