.cspt-ihbox-style-22 .cspt-ihbox-contents {
    text-align: center;
    position: relative;
}

.cspt-ihbox-style-22 h2.cspt-ihbox-heading,
.cspt-ihbox-style-22 .cspt-ihbox-heading h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cspt-ihbox-style-22 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-22 .cspt-ihbox-svg-wrapper {
    display: inline-block;
    margin-bottom: 55px;
    width: 182px;
}

.cspt-ihbox-style-22 .cspt-ihbox-content {
    margin-bottom: 25px;
}

.cspt-ihbox-style-22 .cspt-ihbox-btn a {
    position: relative;
    display: inline-block;
    padding: 0;
    padding-right: 20px;
    letter-spacing: 0;
    color: var(--cspt-emphires-secondary-color)!important;
}

.cspt-ihbox-style-22 .cspt-ihbox-btn a:hover {
    color: var(--cspt-emphires-global-color)!important;
}

.cspt-ihbox-style-22 .cspt-ihbox-btn:not(.cspt-no-icon-btn) a:after {
    font-family: "creativesplanet-base-icons";
    content: '\e839';
    position: absolute;
    right: 0;
    top: 2px;
    background-color: transparent;
}

.cspt-ihbox-style-22 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-22 .cspt-ihbox-svg-wrapper,
.cspt-ihbox-style-22 .cspt-ihbox-icon-wrapper img {
    transition: all 0.3s ease 0s;
}

.cspt-ihbox-style-22:hover .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-22:hover .cspt-ihbox-svg-wrapper,
.cspt-ihbox-style-22:hover .cspt-ihbox-icon-wrapper img {
    transform: translateY(-10px);
}

.cspt-ihbox-style-22 .cspt-ihbox-icon-wrapper i,
.cspt-ihbox-style-22 .cspt-ihbox-svg-wrapper svg {
    font-size: 70px;
    line-height: 75px;
    color: var(--cspt-emphires-global-color);
}

.cspt-ihbox-style-22 .cspt-ihbox-svg-wrapper svg {
    fill: var(--cspt-emphires-global-color);
}