.footer {
  background: #0A1D37;
  color: #fff;
  padding: 2rem 0 !important;
}
.footer a {
  color: #fff;
}
.footer .logo {
  margin-bottom: 30px;
}
.footer .logo img {
  width: 220px;
}
.footer .site-desc {
  max-width: 600px;
  margin-bottom: 30px;
  font-size: 14px;
  padding-right: 4rem;
}
.footer .btn-primary {
  background: #0A1D37;
  margin-bottom: 40px;
}
.footer .info > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}
.footer .social-media {
  justify-content: start;
  margin-bottom: 30px;
}
.footer .social-media img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(40%) saturate(0%) hue-rotate(303deg) brightness(105%) contrast(101%);
}
.footer .footer-menu {
  border-top: 1px solid #99A2AD;
  border-bottom: 1px solid #99A2AD;
  padding-top: 30px;
  padding-bottom: 15px;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer .footer-menu li {
  list-style-type: none;
  margin-bottom: 15px;
}
.footer .footer-menu li a {
  font-family: "MontserratAlternates";
  font-size: 34px;
}
.footer .footer-services {
  display: none;
}
.footer .copyright {
  align-items: center;
  margin-top: 30px;
}
.footer .copyright p {
  margin-bottom: 0;
  font-size: 14px !important;
}
.footer .copyright .yw {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer .copyright .yw img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(218deg) brightness(103%) contrast(101%);
}

@media (max-width: 576px) {
  .footer .site-desc {
    padding-right: 1rem;
  }
}
@media (min-width: 767.98px) {
  .footer .footer-menu {
    border: none;
    padding: 0;
  }
  .footer .copyright p {
    justify-content: end;
  }
}
