/* your styles go here */
.logo img{width:65px;}
.header{padding:25px 0;}

@media (max-width: 650px) {
	.navbar{text-align: center; display: block;}
.header{padding: 0;}
.map{margin-top: 20px;}
.logo img {
    width: 65px;
}

.hero {
    min-height: auto;
}
.btn-dark{margin-bottom: 20px;}
.products > * {
    width: 50%;
}

.mb-4 {
    margin-bottom:.5rem !important;
}


	}