.thsn-static-box-style-2 {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.thsn-static-box-style-2 img{
    margin-bottom: 0;
}
.thsn-static-box-style-2 .themesion-box-title{
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    bottom: 0;
    left: 0;
}
.thsn-static-box-style-2 .themesion-box-title h4{
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    letter-spacing: 0;
}
.thsn-static-box-style-2 .themesion-box-title h4 i{
    font-weight: normal;
    margin-right: 5px;
    font-size: 24px;
}

.thsn-static-box-style-2 .themesion-static-box-desc {
    position: absolute;
    bottom: 60px;
    color: #fff;
    /* top: 50%; */
    width: 90%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0%);
}