/*-------------- cspt-ihbox-style-12 ----------------*/

.cspt-ihbox-style-12 {
    background-color: var(--cspt-greenly-global-color);
    padding: 25px;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
}

.cspt-ihbox-style-12 .cspt-ihbox-icon-wrapper {
    font-size: 65px;
    line-height: 65px;
    text-align: left;
    color: var(--cspt-greenly-white-color);
    margin: 0 auto 10px;
}

.cspt-ihbox-style-12.cspt-ihbox h2 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    color: var(--cspt-greenly-white-color);
}

.cspt-ihbox-style-12.cspt-ihbox h2 a:hover,
.cspt-ihbox-style-12.cspt-ihbox h2 a,
.cspt-ihbox-style-12.cspt-ihbox h2 span {
    color: var(--cspt-greenly-blackish-color);
}

.cspt-ihbox-style-12 .cspt-ihbox-content {
    margin-top: 15px;
    margin-bottom: 40px;
}

.cspt-ihbox-style-12 .vc_btn3-container.vc_btn3-inline {
    margin: 0;
}

@media(max-width:375px) {
    .cspt-ihbox-style-12 {
        padding: 15px;
    }
}