.footer {
  padding: 2rem 1rem;
  background-color: #212B3C;
  color: #ccc;
}

.footer__logo {
  border-radius: 30px;
  padding: 0.3rem 1rem;
  width: fit-content;
  background-color: #ffffff;
}

.footer a {
  color: #ccc;
  text-decoration: none !important;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer h3 {
  font-size: 1rem;
  border-bottom: 2px solid #007bff;
  padding-bottom: 4px;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.footer ul {
  margin-top: 0.5rem;
  padding-left: 0;
}

.footer ul>li{
    list-style: none;
    padding: 0.5rem 0rem;
}

.footer_logo {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.social_icons {
  display: flex;
  gap: 0.5rem;
  padding: 0;
  margin: 0.75rem 0 0;
  justify-content: center;
  list-style: none;
}

.footer_col {
  flex: 1 1 150px;
  margin-bottom: 1rem;
  max-width: 250px;
}

.footer .rowz {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .footer_col {
    max-width: 100% !important;
    margin-bottom: 1.5rem;
  }
}
