.shops {
  width: 100%;
}

.shops-container {
  width: 900px;
  margin: auto;
}

.shop-box {
  width: 340px;
  margin: 30px;
  float: left;  
}

.shop-description {
  margin: 20px;
}

.shops-adress {
  margin-top: 300px;
  padding: 30px 0px 30px 0px;
  font-size: x-large;
  background-color: rgba(255, 255, 255, 0.5);
}

.shops-adress li {
  padding: 10px 30px 10px 30px;
}

a {
  text-decoration: none;
  color: black;
}

.shop-description h1 {
  text-align: center;
}

.shop-img img {
  width: 300px;
  margin: 20px 20px 0px 20px;
}

.shop-img img:hover {
  width: 340px;
  margin: 0px;
}

.shops-pictures {
  width: 100%;
}

.shops-pictures img {
  margin: 1px;
  width: 270px;
}

.two-in-Line img {
  margin: 5px;
  width: 400px;
}

.white-background {
  background-color: white;
  margin: 20px 0px 20px 0px;
}