footer {
  width: 100%;
  height: 131px;
  background: rgb(0, 68, 150);
  border-radius: 0px 0px 0px 0px;
}
.footer-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.footer-wrapper span {
  width: 513px;
  height: 111px;
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-family: Helvetica;
}

.footer-page-top {
  text-align: center;
  position: absolute;
  bottom: 80px;
  right: 13%;
  border: #fff 1px solid;
  border-radius: 15px;
  width: 8%;
  font-size: 15px;
  color: white;
  margin-bottom: 10px;
  height: 75px;
  width: 75px;
  background-color: rgb(0, 68, 150);
  padding: 5px;
  cursor: pointer;
}

.footer-page-top i {
  font-size: 35px;
}

@media only screen and (max-width: 1000px) {
  .footer-page-top {
    font-size: 12px;
    height: 65px;
    width: 65px;
    right: 5%;
  }
  .footer-page-top i {
    font-size: 30px;
  }
}
