.thsn-service-style-2 .themesion-post-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px 0 20px;
}
.thsn-service-style-2 .thsn-featured-wrapper{
    -webkit-transform: scale(1.2) translateY(6%);
    -ms-transform: scale(1.2) translateY(6%);
    transform: scale(1.2) translateY(6%);
    transition-duration: 1500ms;
}
.thsn-service-style-2:hover .thsn-featured-wrapper{
    -webkit-transform: scale(1.2) translateY(-6%);
    -ms-transform: scale(1.2) translateY(-6%);
    transform: scale(1.2) translateY(-6%);
}
.thsn-service-style-2 .themesion-box-content-inner{
    position: relative;
    padding: 35px 30px 22px 35px;
    background-color: #fff;
    box-shadow: 0px 15px 40px 0px rgb(92 107 149 / 8%);
}
.thsn-service-style-2 .themesion-title-box,
.thsn-service-style-2 .thsn-service-icon-wrapper {
    display: inline-block;
}
.thsn-service-style-2 .themesion-title-box {
    padding-right: 15px;
}
.thsn-service-style-2 .thsn-service-title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0px;   
}
.thsn-service-style-2 .thsn-service-cat h4{
    position: relative;
    font-size: 13px;
    line-height: 16px;
    padding-left: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.thsn-service-style-2 .thsn-service-cat h4 a{
    font-weight: 600;
    color: #60626d;
}
.thsn-service-style-2 .thsn-service-cat h4:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0px;
    width: 10px;
    height: 10px;
    background-color: var(--thsn-grevo-global-color);
    border-radius: 50%;
}
.thsn-service-style-2 .thsn-service-title a{
  color: var(--thsn-grevo-blackish-color);
}
.thsn-service-style-2 .thsn-service-title a:hover{
  color: var(--thsn-grevo-global-color);
}
.thsn-service-style-2 .thsn-service-icon-wrapper{
    font-size: 60px;
    line-height: 35px;
    color: #e9eef0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.thsn-service-style-2 .thsn-service-icon-wrapper img {
    width: 60px;
    height: 60px;
}
.thsn-service-style-2:hover .thsn-service-icon-wrapper{
    color: var(--thsn-grevo-global-color);
}
@media (max-width: 767px){ 
    .thsn-service-style-2 .thsn-featured-wrapper img{
        width: 100%;
    }
}
