/*-------------- cspt-ihbox-style-2 ----------------*/

.cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cspt-ihbox-style-2 {
    position: relative;
    margin-bottom: 20px;
    padding-right: 20px;
}
.cspt-ihbox-style-2 .cspt-ihbox-contents,
.cspt-ihbox-style-2 * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.cspt-ihbox-style-2 .cspt-ihbox-icon {
    padding-right: 30px;
    padding-top: 5px;
}
.cspt-text-color-white .cspt-ihbox-style-2 .cspt-ihbox-icon i {
    color: rgba(255, 255, 255, 0.8);
}
.cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper {
    height: 65px;
    width: 65px;
    font-size: 30px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #222;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}
.cspt-ihbox-style-2 h2 {
    font-size: 19px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.cspt-ihbox-style-2 h4 {
    font-size: 16px;
    line-height: 26px;
}
.cspt-ihbox-style-2:hover .cspt-ihbox-icon-wrapper {
    background-color: var(--cspt-greenly-global-color);
}

/*--- Responsive ---*/
@media (min-width: 1200px) {
    .cspt-ihbox-style-2 .cspt-ihbox-contents {
        padding-top: 15px;
    }
}
@media (max-width:1200px) {
    .cspt-ihbox-style-2 .cspt-ihbox-headingicon {
        display: block !important
    }
    .cspt-ihbox-style-2 .cspt-ihbox-contents {
        margin-top: 15px;
    }
}