@media (max-width: 575px) {
    .td-hero-2-thumb {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-hero-2-thumb {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-hero-2-thumb {
        margin-top: 30px;
    }
}

.td-text-slider-spacing {
    background: var(--td-theme-secondary);
}

.td-text-slider-item .text {
    color: var(--td-common-white);
}

.td-text-slider-item img {
    animation: none !important;
    -webkit-animation: none !important;
}

.td-footer-2-spacing {
    padding-top: 0 !important;
}

.td-brands-2-wrap .td-brands-item a {
    background: none !important;
}
