footer {
  color: #fff;
  background: #110057;
  padding: 3.5em 1.5em 1em;
}
.footer-top, .footer-bottom {
  margin: 1em;
}
.footer-bottom {
  color: #928AB2;
}
.footer-top-left, 
.footer-top-right {
  flex: 1;
}
.footer-top-right {
  max-width: 30em;
}
.footer-top-left div,
.footer-top-right div {
    margin: 1em 0;
}

/* Media Query Breakpoints */


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  .footer-top, .footer-bottom {
    display: flex;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
  .footer-top, .footer-bottom {
    margin: 1em auto;
    max-width: 1200px;
  }
}



