.footer {
  width: 100%;
  background: #003D72;
  padding: 2.133rem 0 1.067rem;
}

.footer__container {
  max-width: 51.2rem;
  margin: 0 auto;
  padding: 0 2.933rem;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  gap: 2.133rem;
  margin-bottom: 1.6rem;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 0.533rem;
}

.footer__title {
  font-size: 0.427rem;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0.267rem;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s;
  white-space: nowrap;
}

.footer__title:hover {
  color: #4874CB;
}

.footer__link {
  font-size: 0.373rem;
  color: #CCCCCC;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
  white-space: nowrap;
}

.footer__link:hover {
  color: #4874CB;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer__text {
  font-size: 0.373rem;
  color: #CCCCCC;
  font-weight: 400;
  line-height: 1.5;
}

.footer__business {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}

.footer__qr {
  width: 2.667rem;
  height: 2.667rem;
  margin: 0.267rem 0;
}

.footer__divider {
  width: 100%;
  height: 0.027rem;
  background: #8D8D8D;
  margin-bottom: 0.8rem;
}

.footer__copyright {
  font-size: 0.373rem;
  color: #ccc;
  text-align: center;
  line-height: 1.5;
}
