div.business-information {
  text-align:center;
  margin:0;
}

span.business-name {
 font-weight:700;
 display:block;
 margin-bottom:15px;
}

span.business-address {
 display:block;
}

a.callcenter {

}

nav.navbar-header a.logo img {
width:244px;
height:30px;
}

#slider-container {
 background: rgb(228,228,228);
 background: linear-gradient(0deg, rgba(228,228,228,1) 0%, rgba(255,255,255,1));
}

#slider {
 margin:0 auto;
 overflow:hidden;
 max-width:1920px;
 aspect-ratio:3.2;
}

.slide {
 max-width:1920px;
 aspect-ratio:3.2;
}


@media only screen and (min-width: 750px) {
 .footer .nav {
  width:180px;
 }

 div.business-information {
  float:left;
  width:250px;
  text-align:left;
 }
}

