.tm-static-stepbox-style1 .tm-stepbox {
    position: relative;
    display: block;
    overflow: hidden;
}
.tm-static-stepbox-style1 .tm-stepbox-imagebox img {
    width: 100%;
    transition: 0.5s all;
    overflow: hidden;
}
.tm-static-stepbox-style1 ul.elementor-icon-list-items.marquebox-list {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .15s ease-in-out;
    width: auto;
    animation: tm-marque-text 5s linear infinite;
    will-change: transform;
    white-space: nowrap;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tm-static-stepbox-style1 .themetechmount-box-title.tm-title {
    opacity: 0;
}
.tm-static-stepbox-style1 .tm-stepbox:hover .themetechmount-box-title.tm-title,
.tm-approach-stepbox .tm-static-stepbox-style1 .tm-stepbox:nth-child(even)  .themetechmount-box-title.tm-title {
    opacity: 1;
}
.tm-static-stepbox-style1 ul.elementor-icon-list-items.marquebox-list li {
    display: inline-block;
    padding-right: 15px;
    position: relative; 
}
.tm-static-stepbox-style1 ul.elementor-icon-list-items.marquebox-list li .tm-box-title h4 {
    font-size: 42px;
    line-height: 52px;
    color: var(--ttm-whitecolor);
    margin-bottom: 0;
}
.tm-static-stepbox-style1 .tm-step-contentbox {
    position: relative;
    overflow: hidden;
}
.tm-static-stepbox-style1 .tm-stepbox-imagebox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 0;
    display: block;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transition: 0.5s all;
    border-radius: 30px;
}
.tm-static-stepbox-style1 .tm-stepbox:hover .tm-stepbox-imagebox:before,
.tm-approach-stepbox .tm-static-stepbox-style1 .tm-stepbox:nth-child(2)  .tm-stepbox-imagebox:before  {
    opacity: 0.5;
}
.tm-approach-stepbox .tm-static-stepbox-style1 .tm-stepbox:nth-child(2)  .tm-stepbox-imagebox img,
.tm-static-stepbox-style1 .tm-stepbox:hover .tm-stepbox-imagebox img {
    border-radius: 30px;
}
.tm-approach-stepbox .tm-static-stepbox-style1 .tm-stepbox:nth-child(2) {
    padding-top: 50px;
}

@media(max-width:767px) {
.tm-approach-stepbox .tm-static-stepbox-style1 .tm-stepbox:nth-child(2) {
    padding-top: 0px;
}
}