/* footer */
footer {
  width: 100%;
  background: #18191B;
  overflow: hidden;
}

footer .footer-content {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0 50px;
  display: flex;
  justify-content: space-between;
}

.footer-content .logo {
  width: 187px;
  height: 70px;
}

.follow-title,
.contact-title {
  font-size: 18px;
  font-family: lato;
  font-weight: bold;
  color: #FFFFFF;
}

.follow-text {
  margin-top: 24px;
  text-align: center;
}

.follow-text a {
  text-decoration: none;
  text-align: center;
}

.follow-icon {
  width: 42px;
  margin-right: 28px;
}

.follow-text a:last-child .follow-icon {
  margin-right: 0;
}

.contact-text {
  font-size: 20px;
  font-weight: 400;
  color: #BCBEC1;
  margin-top: 32px;
}

.contact-text p {
  margin-bottom: 18px;
}

.contact-text a {
  text-decoration: underline;
}

.contact-text a,
.contact-text a:visited,
.contact-text a:hover {
  color: #BCBEC1;
}

.copyright {
  text-align: center;
  font-size: 14px;
  font-family: lato;
  font-weight: 400;
  color: #BCBEC1;
  width: 1200px;
  margin: 0 auto 26px;
}