/*** thsn-ihbox-style-7 ***/
.thsn-ihbox-style-7 .thsn-ihbox-icon {
    position: relative;
    display: inline-block;
}
.thsn-ihbox-style-7 .thsn-ihbox-icon:after {
    content: '\e818';
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    height: 53px;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    background-color: var(--thsn-educosta-global-color);
    color: var(--thsn-educosta-white-color);
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-family: 'themesion-base-icons';
    border: 3px solid #fff;
}
.thsn-ihbox-style-7 .thsn-element-title {
    font-size: 16px;
    line-height: 24px;
}