/*** thsn-ihbox-style-8 ***/
.thsn-ihbox-style-8 .thsn-ihbox-box {
    display: flex;
    align-items: center;
}
.thsn-ihbox-style-8 .thsn-ihbox-contents {
    padding: 0 0 0 25px;
}
.thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper:before,
.thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper:after {
    border-radius: 50%;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper {
    position: relative;
    margin: 15px 15px 15px 15px;
    width: 53px;
    height: 53px;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    z-index: 2;
    color: var(--thsn-educosta-white-color);
    background-color: var(--thsn-educosta-global-color);
}
.thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper:before {
    position: absolute;
    content: '';
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    z-index: -1;
    left: -7px;
    top: -7px;
    background-color: rgba(var(--thsn-educosta-global-color-rgb) ,0.50);
}
.thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper:after {
    position: absolute;
    content: '';
    width: calc(100% + 28px);
    height: calc(100% + 28px);
    z-index: -1;
    left: -14px;
    top: -14px;
    background-color: rgba(var(--thsn-educosta-global-color-rgb) ,0.20);
}
.thsn-ihbox-style-8 .thsn-element-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}
.thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper {
    display: inline-block;
}
.thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper:before,
.thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper:after,
.thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper {
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.thsn-ihbox-style-8:hover .thsn-ihbox-icon-wrapper {
    -webkit-transform: scale(-1) rotate(180deg); 
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
    background-color: var(--thsn-educosta-secondary-color);
}
.thsn-ihbox-style-8:hover .thsn-ihbox-icon-wrapper::before {
    background-color: rgba(var(--thsn-educosta-secondary-color-rgb) ,0.40);
}
.thsn-ihbox-style-8:hover .thsn-ihbox-icon-wrapper::after {
    background-color: rgba(var(--thsn-educosta-secondary-color-rgb) ,0.20);
}
/*--- Responsive ---*/
@media (max-width:1200px) and (min-width:1025px) {
    .thsn-ihbox-style-8 .thsn-ihbox-contents {
        padding: 0 0 0 15px;
    }
    .thsn-ihbox-style-8 .thsn-ihbox-box {
        padding: 40px 20px;
    }
}
@media (max-width:412px) {
    .thsn-ihbox-style-8 .thsn-ihbox-box {
        display: block;
        padding: 30px 20px;
    }
    .thsn-ihbox-style-8 .thsn-ihbox-contents {
        padding: 25px 0 0;
    }
}