footer {
  background: #000c5c;
  color: #fff;
  padding: 54px 0;
}

.copyright {
  padding-top: 54px;
}
.copyright p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}

.ft-text h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.ft-text p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.65;
}

.ft-menu a {
  font-size: 14px;
  display: inline-block;
  position: relative;
}

.ft-menu li:not(:nth-last-child(1)) a {
  margin-bottom: 6px;
}

.ft-menu a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: width 0.25s ease-out;
}

.ft-menu a:hover:before {
  width: 100%;
}

.ft-contact li:not(:nth-child(1)) {
  margin-top: 20px;
}

.ft-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ft-contact img {
  background: #fff;
  border-radius: 99px;
  align-self: flex-start;
}

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

.copyright a {
  font-size: 12px;
}

@media (max-width: 1023px) {
  footer {
    padding: 40px 0 32px;
  }
}
@media (max-width: 639px) {
  .ft-contact img {
    display: none;
  }
}
