.section-jumbotron img {
    max-width: 80%;
    height: auto;
}

@media (max-width: 576px) {
    .section-jumbotron img {
        max-width: 30%;
    }
    .shop-name {
        font-size: 28px;
    }
}