
/* Icon Box 8
-------------------------------------------------- */

.icon-box8 {
    text-align: left;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    padding: 20px 0 5px 93px;
}

.icon-box8 i {
    display: inline-block;
    font-size: 68px;
    color: #437df9;
    float: left;
    margin: 8px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.28s ease;
}

#wrap .icon-box8:hover i {
    background: none !important;
}

.icon-box8 h4 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    margin-top: 8px;
    overflow: hidden;
    letter-spacing: 0;
}

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

.icon-box8 p {
    max-width: 530px;
}

@media only screen and ( max-width: 1200px) {
    .icon-box8 h4 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .icon-box8 {
        padding-top: 90px;
        padding-left: 0;
    }
}
