/* Add custom CSS styles below */ 
@media (max-width: 768px) {
    header .navbar-brand img {
        transform: translate(-25px, 0px);
    }
}