footer{
  /* position: absolute; */
  /* right: 0; */
  /* bottom: 0; */
  /* left: 0; */
  padding: 1rem;
  background-color: #1b4b9d;
  color: #fff;
  font-size: 15px;
}

footer hr{
  border-top: 1px solid rgba(255, 255, 255)
}

footer ul{
  list-style-type: none;
}

footer ul li:nth-child(1){
  font-size: 20px;
  font-weight: bold;
  color: white;
}

footer ul li{
  font-size: 15px;
  color: rgba(255, 255, 255, 0.611764705882353);
  line-height: 2;
}

.footer-small{
  font-size: 9px;
}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
  footer{
    text-align: center;
  }

  .footer-small{
    text-align: center !important;
  }
}
