/*=== tstk-static-box-style-2 ===*/
.tstk-static-box-style-2 .tstk-contentbox {
    padding: 30px;
    margin-top: -30px;
    width: calc(100% - 60px);   
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
    background-color: var(--tstk-industrey-global-color);
}
.tstk-static-box-style-2 .tstk-contentbox h4{
    color: #fff;
}
.tstk-static-box-style-2 .tstk-contentbox .themestek-static-box-desc{
    color: rgba(255, 255, 255, 0.88);
}