.thsn-ihbox-style-9 .thsn-element-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #fff;
}
.thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper {
    font-size: 84px;
    line-height: 84px;
    margin-bottom: 10px;
}
.thsn-ihbox-style-9 {
    position: relative;
    padding: 52px 55px;
    color: #fff;
    text-align: center;
    background-color: var(--thsn-educosta-global-color);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.thsn-ihbox-style-9:hover {
    background-color: var(--thsn-educosta-blackish-bg-color);
}
.thsn-ihbox-style-9  .thsn-ihbox-btn  a {
    color: var(--thsn-educosta-global-color);
    padding: 12px 45px;
    background-color: #fff;
    display: inline-block;
}
.thsn-ihbox-style-9  .thsn-ihbox-btn {
    margin-top: 50px;
}
.thsn-ihbox-style-9  .thsn-ihbox-btn  a:hover {
    color: var(--thsn-educosta-white-color);
    background-color: var(--thsn-educosta-global-color);
}
.thsn-element-miconheading-style-9 .thsn-element-posts-wrapper.row {
    margin: 0;
}
.thsn-element-miconheading-style-9 .thsn-element-posts-wrapper.row .thsn-ele {
    padding: 0;
}
.thsn-element-miconheading-style-9 .thsn-element-posts-wrapper.row .thsn-ele:first-child .thsn-ihbox-style-9 {
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
}
.thsn-element-miconheading-style-9 .thsn-element-posts-wrapper.row .thsn-ele:last-child .thsn-ihbox-style-9 {
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
}
.thsn-element-miconheading-style-9 .thsn-element-posts-wrapper.row .thsn-ele:not(:last-child) .thsn-ihbox.thsn-ihbox-style-9 {
    border-right: 1px solid rgba(var(--thsn-educosta-light-bg-color-rgb),0.2)
}
/*--- Responsive ---*/
@media (max-width:991px) {
    .thsn-ihbox-style-9 {
        padding: 52px 25px;
    }
}
@media (max-width:991px) and (min-width:768px) {
    .thsn-ihbox-style-9 .thsn-ihbox-btn a {
        padding: 12px 36px;
    }
}
@media (max-width:767px) {
    .thsn-element-miconheading-style-9 .thsn-element-posts-wrapper.row .thsn-ele:first-child .thsn-ihbox-style-9,
    .thsn-element-miconheading-style-9 .thsn-element-posts-wrapper.row .thsn-ele:last-child .thsn-ihbox-style-9,
    .thsn-ihbox-style-9 {
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
    }
}