.cspt-ihbox-style-7 .cspt-ihbox-headingicon {
    align-items: center;
}
.cspt-ihbox-style-7 .cspt-ihbox-icon,
.cspt-ihbox-style-7 .cspt-ihbox-svg {
    display: inline-block;
}
.cspt-ihbox-style-7 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-7 .cspt-ihbox-svg-wrapper {
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
    color: var(--cspt-emphires-global-color);
    background: var(--cspt-emphires-white-color);
    font-size: 
	50px;
}
.cspt-ihbox-style-7 .cspt-ihbox-svg-wrapper {
	fill: var(--cspt-emphires-global-color);
}
.cspt-ihbox-style-7 .cspt-ihbox-content {
    padding-left: 15px;
}
.cspt-ihbox-style-7 .cspt-ihbox-heading h2,
.cspt-ihbox-style-7 .cspt-ihbox-content h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 30px;
}
.cspt-ihbox-style-7 .cspt-ihbox-content h2 em {
    font-style: normal;
    color: var(--cspt-emphires-secondary-color);
}
@media (max-width: 575px){
    .cspt-ihbox-style-7 .d-flex{
        display: block !important;
        text-align: center;
    }
    .cspt-ihbox-style-7 .cspt-ihbox-content{
        padding-left: 0;
        padding-top: 10px;
    }
}
