#containerFooter1 {
  width: 100%;
  display: flex;
  justify-content: center;
  min-height: 17em;
  align-items: center;
  flex-direction: column;

  box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.75) inset;
}