



footer .first p {
  font-size: 18px;
  margin-bottom: 27px;
}

footer .first h3 {
  border-bottom: none;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 30px;
  position: relative;
}

footer .first .links {
  margin-bottom: 50px !important;
}

footer .first .contact {
  margin-bottom: 50px !important;
}

footer .second {
  border-top: 2px solid #ffffff;
  padding: 28px 0 60px;
  position: relative;
  z-index: 20;
}

.footer-bg {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: transparent;
}

footer {
  background: radial-gradient(117.84% 117.84% at 45.35% 11.93%, #0A0C00 26.08%, #004773 100%) !important;
  padding: 140px 30px 60px 30px;
  color: white;
  position: relative;
}

footer .first {
  display: grid;
  gap: 20px;
  position: relative;
  z-index: 20;
}

@media (min-width: 768px) {
  footer .first {
    gap: 100px;
    grid-template-columns: repeat(10, minmax(0, 1fr));

  }

  footer {
    padding: 60px 80px 0 80px;
  }

  footer .first .logo {
    grid-column: span 5 / span 5;
    padding-right: 70px;
  }

  footer .first .links {
    grid-column: span 2 / span 2;
  }

  footer .first .contact {
    grid-column: span 3 / span 3;
  }

  footer .first h3 {

    margin: -0.3em 0 32px 0;
  }
}

footer .first img {
  width: 250px;
  margin-bottom: 22px;
}