.footer-section .container {
  border-radius: 1.3rem;
}
.footer-section .footer-content {
  border-bottom: 1px solid hsl(235, 8%, 28%);
}
.footer-section .footer-content:last-of-type {
  border: none;
}
.footer-section .footer-logo {
  margin-bottom: 1.875rem;
}