/*=== thsn-ihbox-style-20 ===*/
.thsn-ihbox-style-20 {
	position: relative;
}
.thsn-ihbox-style-20 .thsn-ihbox-contents,
.thsn-ihbox-style-20 *{
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.thsn-ihbox-style-20 .thsn-ihbox-contents {
    display: grid;
    align-content: space-between;
}
.thsn-ihbox-style-20 .thsn-ihbox-svg,
.thsn-ihbox-style-20 .thsn-ihbox-icon{
	padding-right: 25px;
}
.thsn-ihbox-style-20 .thsn-ihbox-icon img {
	min-width: 135px;
    width: 135px;
    height: 135px;
    object-fit: cover;
    border-radius: 7px;
}
.thsn-ihbox-style-20 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-20 .thsn-ihbox-icon-wrapper{
	font-size: 60px;
    line-height: 60px;
	color: var(--thsn-dentiq-blackish-color);
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.thsn-ihbox-style-20 .thsn-ihbox-svg-wrapper svg,
.thsn-ihbox-style-20 .thsn-ihbox-icon-wrapper svg{
	fill: #fff;
	margin-bottom: 8px;
}
.thsn-text-color-white .thsn-ihbox-style-20 .thsn-ihbox-icon i{
	color: rgba(255, 255, 255, 0.8);
}
.thsn-text-color-white .thsn-ihbox-style-20 .thsn-ihbox-svg-wrapper svg,
.thsn-text-color-white .thsn-ihbox-style-20 .thsn-ihbox-icon-wrapper svg{
	fill: rgba(255, 255, 255, 0.8);
}
.thsn-ihbox-style-20 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image{
	line-height: normal;
	font-size: unset;
	background-color: transparent;
}
.thsn-ihbox-style-20 h2{
	font-size: 17px;
    line-height: 27px;
    margin-bottom: 0px;
    margin-top: 0;
    min-width: 200px;
	color: var(--thsn-dentiq-blackish-color);
}
.thsn-ihbox-style-20 .thsn-ihbox-contents .thsn-element-heading {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 200% */
	text-transform: uppercase;
	color: #4B535D;
}
.thsn-ihbox-style-3 h2 a,
.thsn-ihbox-style-3 h4 a {
	color: #fff;
}
.thsn-element-miconheading-style-20 .thsn-ihbox-style-20 {
    padding-bottom: 18px;
    border-bottom: 1px solid  rgba( var(--thsn-dentiq-blackish-color-rgb), 0.1);
}
.thsn-element-miconheading-style-20 .thsn-miconheading-ele:last-child .thsn-ihbox-style-20 {
	border: none;
	padding: 0;
}
.thsn-element-miconheading-style-20 .thsn-element-posts-wrapper.row .thsn-ele {
	margin-bottom: 18px;
}

@media (max-width: 575px) {
	.thsn-ihbox-style-20 h2 {
		min-width: 100%;
		width: 100%;
		padding-bottom: 5px;
	}
	.thsn-ihbox-style-20 .thsn-ihbox-headingicon.d-flex {
		display: block !important;
	}
}