#contact {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 2rem; */
}

#contact a:hover {
  color: #f2f5f7 !important;
}

section {
  padding: 60px 0;
  /* min-height: 100vh;*/
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-area {
  border-bottom: 1px solid #353c46;
}

.contact-content p {
  font-size: 15px;
  /* margin: 0px 0 60px; */
  position: relative;
}

footer p {
  margin: 0;
  font-size: 0.7rem;
}

.contact-content p::after {
  background: #333;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 80%;
}

.contact-content h6 {
  color: #8b9199;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-content span {
  color: #353c47;
  margin: 0 10px;
}

.contact-content img {
  max-width: 210px;
}

section,
footer {
  /* background: #1a1e25; */
  background: #333;
  color: #868c96;
}

footer p {
  padding: 40px 0;
  text-align: center;
}
