.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
  border-top: 1px dotted #1377C8;
  padding: 40px 0;
  background: #ffffff;
}

.footer1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.footer1_link {
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-weight: 600;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}

.footer1_link:hover {
  color: #1377C8;
}

.footer2 {
  font-size: 16px;
  font-weight: 400;
  color: #374151;
}

@media (max-width: 600px) {
  .footer1 {
    flex-direction: column;
    gap: 32px;
  }
}