footer {
  background-color: #0191b4;
  padding: 2vw 0;
}
footer .footer_box {
  margin-left: auto;
  width: 70%;
}
footer .footer_box .footer_text {
  text-align: left;
  font-size: 2.8vw;
  color: #fdfdfd;
}

@media screen and (min-width: 1024px) {
  footer .footer_box {
    width: 30%;
  }
  footer .footer_box .footer_text {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=footer.css.map */