.thsn-ihbox-style-7 .thsn-element-title {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}
.thsn-ihbox-style-7 .thsn-ihbox-icon-wrapper {
    position: relative;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    color: var(--thsn-grevo-global-color);
    background-color: var(--thsn-grevo-white-color);
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.thsn-ihbox-style-7 .thsn-ihbox-icon-wrapper:after {
    content: '\e84d';
    font-family: 'themesion-base-icons';
}
.thsn-ihbox-style-7 .thsn-ihbox-icon-wrapper i {
    display: none;
}
.thsn-ihbox-style-7:hover .thsn-ihbox-icon-wrapper{
    color: var(--thsn-grevo-white-color);
    background-color: var(--thsn-grevo-global-color);
}
.thsn-ihbox-style-7 .thsn-ihbox-contents{
	padding-left: 15px;
}
.thsn-miconheading-style-7 .thsn-ihbox-style-7{
    margin-bottom: 12px;
}
