
/* Icon Box 13
-------------------------------------------------- */

.icon-box13 {
    background: #fff;
    text-align: left;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 11%;
    box-shadow: 0 2px 7px 0px rgba(0, 0, 0, 0.02);
    transition: all 0.28s ease;
}

.icon-box13:hover {
    box-shadow: 0 3px 33px 0px rgba(0, 0, 0, 0.07);
}

.icon-box13 i {
    display: inline-block;
    font-size: 52px;
    color: #437df9;
    float: none;
    margin: 8px 15px 25px 0;
    transition: all 0.28s ease;
}

.icon-box13 h4 {
    font-size: 29px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px;
    margin-top: 8px;
    overflow: hidden;
    letter-spacing: 0;
    text-transform: uppercase;
}

.icon-box13 h4 strong {
    font-weight: 700;
}

.icon-box13 p {
    font-weight: 300;
    font-size: 19px;
    overflow: hidden;
    line-height: 1.68;
    color: #444;
    margin-bottom: 16px;
    max-width: 530px;
}
