@media (max-width: 770px) {
    .header-mini {
        height: 130px !important;
    }
    .container.my-5 {
        margin-top: 190px !important;
    }
}
@media (max-width: 464px) {
    .nav-items {
        margin-top: .5rem;
    }
    body {
        margin-top: 140px !important;
    }
    .logos-holder img {
        height: 50px !important;
    }
}
