body {
    direction: ltr !important;
    font-family: 'Roboto', sans-serif !important;
}

html,
body,
body * {
    font-family: 'Roboto', sans-serif !important;
}

.hero-stats>div {
    border-left: none !important;
    border-right: 1.5px solid var(--teal-dark) !important;
}

.hero-stats>div:last-child {
    border-right: none !important;
    border-left: none !important;
}

.feature-tab {
    text-align: left !important;
}

.sol-fix {
    border-right: none !important;
    border-left: 3px solid var(--teal) !important;
}

#gotoTop {
    left: auto !important;
    right: 32px !important;
}

.cta-left::before {
    right: auto !important;
    left: -80px !important;
}

.cta-left::after {
    left: auto !important;
    right: -60px !important;
}

@media (max-width: 1024px) {
    .hero-stats>div {
        border-right: none !important;
        border-left: none !important;
        border-bottom: 1.5px solid var(--teal-dark) !important;
    }

    .hero-stats>div:nth-child(odd) {
        border-right: none !important;
        border-left: none !important;
    }

    .hero-stats>div:nth-child(even) {
        border-left: 1.5px solid var(--teal-dark) !important;
        border-right: none !important;
    }

    .hero-stats>div:nth-last-child(-n+2) {
        border-bottom: none !important;
    }
}