.wrap {
    max-width: 100% !important;
}

.main-wrap, .ph .wrap {
    padding: 0 0 !important;
}

.hero-kpis {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}

@media (max-width: 1500px) {
    .hero-kpis {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 1024px) {
    .why-melbul {
        flex-direction: column !important;
        display: flex !important;
    }
    .animcg {
        width: 100% !important;
    }
    .ham {
        display: flex !important;
    }
    .nvl, .nav-right .nav-flag {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .split_80 {
        width: 80% !important;
    }
}

@media (max-width: 768px) {
    .process-overview {
        flex-direction: column !important;
        display: flex !important;
    }
    .flx-col {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .f-brand p {
        width: 100% !important;
        max-width: 100% !important;
    }
    .f-links a {
        display: inline-block;
        margin-right: 15px;
    }
    .hero-kpis {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .flx-col {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .process-ov {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .nav-logo {
        gap: 5px !important;
    }
    .nav-logo img {
        width: 50px !important;
        height: 40px !important;
    }
    .nav-logo span {
        font-size: 16px !important;
    }
    .nav-btn {
        padding: 6px 12px !important;
    }
}