div.footerupgan {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}
.p-a {
  padding: 1rem !important;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}