/*** cspt-ihbox-style-11 ***/

.cspt-ihbox-style-11 {
    position: relative;
    text-align: center;
    margin-bottom: 0px;
}

.cspt-ihbox-style-11 .cspt-ihbox-box {
    background-color: var(--cspt-emphires-white-color);
    border-radius: 6px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
    padding: 30px 25px;
    border: 1px solid #dce5e7;
    transform: translateY(0);
    -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-11.cspt-ihbox h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 5px;
}

.cspt-ihbox-style-11 .cspt-ihbox-content {
    margin-bottom: 0;
    margin-top: 0;
}

.cspt-ihbox-style-11 .cspt-ihbox-icon-wrapper {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px;
    color: var(--cspt-emphires-secondary-color);
}

.cspt-ihbox-style-11:hover .cspt-ihbox-box {
    transform: translateY(-5px);
    box-shadow: 0px 9px 30px 0px rgba(26, 47, 106, 0.07);
}