/*** 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;
    border-radius: 6px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
    padding: 30px 25px;
    border: 1px solid #dce5e7;
}

.cspt-ihbox-style-2 .cspt-ihbox-icon {
    padding-right: 25px;
}

.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 h2 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 0;
}

.cspt-ihbox-style-2 .cspt-ihbox-content {
    margin-bottom: 0px;
    margin-top: 5px;
}

.cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper {
    font-size: 30px;
    line-height: 65px;
    background-color: var(--cspt-emphires-global-color);
    color: var(--cspt-emphires-white-color);
    width: 65px;
    text-align: center;
    height: 65px;
    border-radius: 50%;
}