*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header nav a {
  color: #707070;
  font-size: 20px;
  letter-spacing: 0.2px;
}
a {
  text-decoration: none;
}
footer {
  background-color: #2e2e2e;
  min-height: 207px;
}
footer a,
p,
li {
  color: #f2f2f2;
}

header a {
  color: #000000;
}

ul {
  list-style: none;
}

section img {
  max-width: 1640px;
  height: 613px;
  object-fit: cover;
}

.logo-facebook {
  width: 44px;
  height: 44px;
}
.logo-instagram {
  width: 44px;
  height: 44px;
}


.location {
  font-size: 19px;
}
.contact {
  font-size: 20px;
}
.number,
.info,
.address {
  font-size: 13px;
}

header{
  margin-bottom: 207px;
}footer {
  margin-top: 1727px;
}
