/* Tablet*/
@media (min-width: 740px) and (max-width:1023px) {
    .nav__heading {
        display:none;
    }
}


