@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 600px) {
    .navbar{
        padding: 10px 15px !important;
    }
    .text-heading{
        font-size: 3rem;
    }
}